From 3d5dbe7dfc0579c37685460add162d1b95d6454c Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Thu, 29 Aug 2013 00:51:00 +0300 Subject: [PATCH] fix accidentally commented out fix, #1980 --- src/map/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/Map.js b/src/map/Map.js index 048b116d739..8565b950801 100644 --- a/src/map/Map.js +++ b/src/map/Map.js @@ -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();