From 85120c2bcb6a0120dc652c4a88cdfbb9bbc9329f Mon Sep 17 00:00:00 2001 From: danzel Date: Tue, 21 Jan 2014 10:39:07 +1300 Subject: [PATCH] whitespace --- src/MarkerClusterGroup.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js index a647c47020..8134f3cc58 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);