[Pkg-javascript-commits] [leaflet-markercluster] 85/219: Update MarkerClusterGroup.js
Jonas Smedegaard
dr at jones.dk
Sat May 7 09:39:14 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 e6aa0b253a49b6a64dccb526d26afef026a3ebd5
Author: olive380 <olive380 at users.noreply.github.com>
Date: Wed Aug 5 16:50:45 2015 +0200
Update MarkerClusterGroup.js
---
src/MarkerClusterGroup.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js
index afdb186..fd0c305 100644
--- a/src/MarkerClusterGroup.js
+++ b/src/MarkerClusterGroup.js
@@ -270,7 +270,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
this._unspiderfyLayer(m);
}
}
-
+
for (i = 0, l = layersArray.length; i < l; i++) {
m = layersArray[i];
@@ -278,7 +278,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
npg.removeLayer(m);
continue;
}
-
+
this._removeLayer(m, true, true);
if (fg.hasLayer(m)) {
--
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