Skip to content

Commit

Permalink
Merge pull request Leaflet#334 from w8r/master
Browse files Browse the repository at this point in the history
Factory/constructor typo
  • Loading branch information
jacobtoye committed Nov 24, 2014
2 parents ccca4b1 + e6964c9 commit 0521a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edit/handler/EditToolbar.Delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ L.EditToolbar.Delete = L.Handler.extend({
map.getContainer().focus();

this._deletableLayers.eachLayer(this._enableLayerDelete, this);
this._deletedLayers = new L.layerGroup();
this._deletedLayers = new L.LayerGroup();

this._tooltip = new L.Tooltip(this._map);
this._tooltip.updateContent({ text: L.drawLocal.edit.handlers.remove.tooltip.text });
Expand Down

0 comments on commit 0521a42

Please sign in to comment.