Skip to content

Commit

Permalink
Fixes #3
Browse files Browse the repository at this point in the history
Fixing bug that prevented execution in strict mode
  • Loading branch information
davidchouse committed Nov 2, 2016
1 parent cbce9fe commit c913f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Leaflet.NavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
if (!this.options.zoom) {
this.options.zoom = map.getZoom();
}
options = this.options;
var options = this.options;

// Create toolbar
var controlName = 'leaflet-control-navbar',
Expand Down

0 comments on commit c913f6c

Please sign in to comment.