[Pkg-javascript-commits] [leaflet-markercluster] 185/219: Correct smart tab issue

Jonas Smedegaard dr at jones.dk
Sat May 7 09:39:33 UTC 2016


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

js pushed a commit to branch master
in repository leaflet-markercluster.

commit 4bb81fda0b326d6152bdaf22f1295ac0fe7aeb03
Author: ghybs <ghybs1 at gmail.com>
Date:   Wed Nov 25 17:59:27 2015 +0400

    Correct smart tab issue
---
 src/MarkerClusterGroup.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js
index a6ba8df..f4a5228 100644
--- a/src/MarkerClusterGroup.js
+++ b/src/MarkerClusterGroup.js
@@ -711,7 +711,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
 	_zoomOrSpiderfy: function (e) {
 		var map = this._map,
 		    cluster = e.layer,
-			bottomCluster = cluster;
+		    bottomCluster = cluster;
 
 		while (bottomCluster._childClusters.length === 1) {
 			bottomCluster = bottomCluster._childClusters[0];

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



More information about the Pkg-javascript-commits mailing list