Skip to content

Commit

Permalink
Removing unused variable. refs #181
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtoye committed Sep 5, 2013
1 parent 3d4966b commit 25bd228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ L.Toolbar = L.Class.extend({

_createActions: function (buttons) {
var container = L.DomUtil.create('ul', 'leaflet-draw-actions'),
buttonWidth = 50,
l = buttons.length,
li, button;

Expand Down

0 comments on commit 25bd228

Please sign in to comment.