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,