Skip to content

Commit

Permalink
fix accidentally commented out fix, #1980
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Aug 28, 2013
1 parent 9e0c62a commit 3d5dbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/Map.js
Expand Up @@ -28,7 +28,7 @@ L.Map = L.Class.extend({
this._initLayout();

// hack for https://github.com/Leaflet/Leaflet/issues/1980
// this._onResize = L.bind(this._onResize, this);
this._onResize = L.bind(this._onResize, this);

this._initEvents();

Expand Down

0 comments on commit 3d5dbe7

Please sign in to comment.