From f79a3d0ba9d4b003771bce579f67b3e9156f630a Mon Sep 17 00:00:00 2001 From: "Ryan \"rman\" Denniston" Date: Sat, 1 Nov 2014 11:25:26 -1000 Subject: [PATCH] fixed a newly created whitespace issue --- src/MarkerClusterGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }