[Pkg-javascript-commits] [leaflet] 84/301: fix accidentally commented out fix, #1980

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:22:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet.

commit 3d5dbe7dfc0579c37685460add162d1b95d6454c
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date:   Thu Aug 29 00:51:00 2013 +0300

    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 048b116..8565b95 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();
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git



More information about the Pkg-javascript-commits mailing list