mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Update build
This commit is contained in:
Vendored
+2
-2
@@ -358,14 +358,14 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
|
||||
this._spiderfierOnRemove();
|
||||
}
|
||||
|
||||
this._map = null;
|
||||
|
||||
//Clean up all the layers we added to the map
|
||||
for (var i in this._layers) {
|
||||
if (this._layers.hasOwnProperty(i)) {
|
||||
L.FeatureGroup.prototype.removeLayer.call(this, this._layers[i]);
|
||||
}
|
||||
}
|
||||
|
||||
this._map = null;
|
||||
},
|
||||
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user