[Pkg-javascript-commits] [leaflet] 171/301: remove excessive updateContent on Popup add, close #2137

Jonas Smedegaard js at moszumanska.debian.org
Mon Jan 27 22:22:49 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 5b40fade90bd3e10430e95cbeea6bdac8a782461
Author: Vladimir Agafonkin <agafonkin at gmail.com>
Date:   Mon Nov 4 13:27:48 2013 +0200

    remove excessive updateContent on Popup add, close #2137
---
 src/layer/Popup.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/layer/Popup.js b/src/layer/Popup.js
index ac4da44..f245d6e 100644
--- a/src/layer/Popup.js
+++ b/src/layer/Popup.js
@@ -38,7 +38,6 @@ L.Popup = L.Class.extend({
 		if (!this._container) {
 			this._initLayout();
 		}
-		this._updateContent();
 
 		var animFade = map.options.fadeAnimation;
 

-- 
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