mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
do todo
This commit is contained in:
@@ -287,11 +287,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
|
||||
}
|
||||
}
|
||||
|
||||
//TODO: Can remove this isValid test when leaflet 0.6 is released
|
||||
var nonPointBounds = this._nonPointGroup.getBounds();
|
||||
if (nonPointBounds.isValid()) {
|
||||
bounds.extend(nonPointBounds);
|
||||
}
|
||||
bounds.extend(this._nonPointGroup.getBounds());
|
||||
|
||||
return bounds;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user