diff --git a/src/MarkerClusterGroup.js b/src/MarkerClusterGroup.js index 04d7f1c49..d6b408fe5 100644 --- a/src/MarkerClusterGroup.js +++ b/src/MarkerClusterGroup.js @@ -655,7 +655,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({ _zoomOrSpiderfy: function (e) { var map = this._map; - if ( e.layer._bounds._northEast.equals(e.layer._bounds._southWest)) { + if (e.layer._bounds._northEast.equals(e.layer._bounds._southWest)) { if (this.options.spiderfyOnMaxZoom) { e.layer.spiderfy(); }