[Pkg-javascript-commits] [leaflet-markercluster] 331/479: Fix whitespace
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 1eea8352517b3ea4bf5d61e9684ef91c3465c010
Author: danzel <danzel at localhost.geek.nz>
Date: Wed Apr 10 09:03:39 2013 +1200
Fix whitespace
---
src/MarkerClusterGroup.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js
index 2888457..f27d5b6 100644
--- a/src/MarkerClusterGroup.js
+++ b/src/MarkerClusterGroup.js
@@ -843,7 +843,7 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? {
m.setLatLng(m.getLatLng());
m.setOpacity(1);
} else {
- cluster._recursively(bounds, newZoomLevel, 0, function(c) {
+ cluster._recursively(bounds, newZoomLevel, 0, function (c) {
c._recursivelyRemoveChildrenFromMap(bounds, previousZoomLevel + 1);
});
}
--
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