fixed a newly created whitespace issue

This commit is contained in:
Ryan "rman" Denniston
2014-11-01 11:25:26 -10:00
parent 50f0a553b9
commit f79a3d0ba9
+1 -1
View File
@@ -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();
}