From 604c2e25e1fdad376cec96c32c442905ca6393a8 Mon Sep 17 00:00:00 2001 From: Wildhoney Date: Tue, 11 Dec 2012 01:27:42 +0400 Subject: [PATCH] Removed library files --- src/MarkerClusterGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js index 8c6461d31..68c1f46fc 100644 --- a/src/MarkerClusterGroup.js +++ b/src/MarkerClusterGroup.js @@ -687,7 +687,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({ if (!this.options.removeOutsideVisibleBounds) { return this.getBounds(); } - + var map = this._map, bounds = map.getBounds(), sw = bounds._southWest,