mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +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) {
|
_zoomOrSpiderfy: function (e) {
|
||||||
var map = this._map;
|
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) {
|
if (this.options.spiderfyOnMaxZoom) {
|
||||||
e.layer.spiderfy();
|
e.layer.spiderfy();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user