Skip to content

Commit

Permalink
Merge pull request #16 from MaxSiryatov/master
Browse files Browse the repository at this point in the history
  • Loading branch information
keksobot authored Jun 7, 2024
2 parents 02e4955 + a31d898 commit 1df7d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presenter/point-presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class PointPresenter {
#pointComponent = null;
#pointEditComponent = null;
#mode = PointMode.DEFAULT;

constructor({ container, destinationsModel, offersModel, onDataChange, onModeChange }) {
this.#container = container;
this.#destinationsModel = destinationsModel;
Expand Down

0 comments on commit 1df7d74

Please sign in to comment.