Skip to content

Commit

Permalink
Merge pull request #1091 from dayopius/dayopius
Browse files Browse the repository at this point in the history
replace var with let/const where appropriate.
  • Loading branch information
TildaDares authored Oct 25, 2022
2 parents 1609663 + a4e1f05 commit dfa27f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edit/actions/DistortAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ L.DistortAction = L.EditAction.extend({
},

addHooks() {
var edit = this._overlay.editing;
const edit = this._overlay.editing;
edit._distortMode();
},
});

0 comments on commit dfa27f3

Please sign in to comment.