mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
fixed a newly created whitespace issue
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user