Skip to content

Commit

Permalink
Fix Typo cutPoylgon
Browse files Browse the repository at this point in the history
  • Loading branch information
Falke-Design committed Jul 3, 2020
1 parent a957555 commit 4d09e43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/Toolbar/L.PM.Toolbar.js
Expand Up @@ -406,7 +406,7 @@ const Toolbar = L.Class.extend({
"CircleMarker": "drawCircleMarker",
"Edit": "editMode",
"Drag": "dragMode",
"Cut": "cutPoylgon",
"Cut": "cutPolygon",
"Removal": "removalMode"
};

Expand Down Expand Up @@ -498,7 +498,7 @@ const Toolbar = L.Class.extend({
"CircleMarker": "drawCircleMarker",
"Edit": "editMode",
"Drag": "dragMode",
"Cut": "cutPoylgon",
"Cut": "cutPolygon",
"Removal": "removalMode"
};

Expand Down Expand Up @@ -574,7 +574,7 @@ const Toolbar = L.Class.extend({
"CircleMarker": "drawCircleMarker",
"Edit": "editMode",
"Drag": "dragMode",
"Cut": "cutPoylgon",
"Cut": "cutPolygon",
"Removal": "removalMode"
};

Expand Down

0 comments on commit 4d09e43

Please sign in to comment.