[Pkg-javascript-commits] [leaflet-markercluster] 23/219: whitespace
Jonas Smedegaard
dr at jones.dk
Sat May 7 09:39:07 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 85120c2bcb6a0120dc652c4a88cdfbb9bbc9329f
Author: danzel <danzel at localhost.geek.nz>
Date: Tue Jan 21 10:39:07 2014 +1300
whitespace
---
src/MarkerClusterGroup.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js
index a647c47..8134f3c 100644
--- a/src/MarkerClusterGroup.js
+++ b/src/MarkerClusterGroup.js
@@ -29,8 +29,8 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
// When bulk adding layers, adds markers in chunks. Means addLayers may not add all the layers in the call, others will be loaded during setTimeouts
chunkedLoading: false,
- chunkInterval: 200, // process markers for a maximum of ~ n milliseconds (then trigger the chunkProgress callback)
- chunkDelay: 50, // at the end of each interval, give n milliseconds back to system/browser
+ chunkInterval: 200, // process markers for a maximum of ~ n milliseconds (then trigger the chunkProgress callback)
+ chunkDelay: 50, // at the end of each interval, give n milliseconds back to system/browser
chunkProgress: null, // progress callback: function(processed, total, elapsed) (e.g. for a progress indicator)
//Options to pass to the L.Polygon constructor
@@ -340,7 +340,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
//Overrides LayerGroup.eachLayer
eachLayer: function (method, context) {
var markers = this._needsClustering.slice(),
- i;
+ i;
if (this._topClusterLevel) {
this._topClusterLevel.getAllChildMarkers(markers);
--
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