Skip to content

Commit

Permalink
правки
Browse files Browse the repository at this point in the history
  • Loading branch information
DashaKukartseva committed Jun 19, 2024
1 parent bbe87c8 commit 25d00bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/models/points.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ export default class PointsModel extends Observable {
throw new Error('Can\'t delete event');
}
}
}
}
2 changes: 1 addition & 1 deletion src/view/newpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export default class NewPointButtonView extends AbstractView {
evt.preventDefault();
this.#handleClick();
};
}
}

0 comments on commit 25d00bf

Please sign in to comment.