mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
Update build
This commit is contained in:
Vendored
+5
-1
@@ -283,7 +283,11 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bounds.extend(this._nonPointGroup.getBounds());
|
//TODO: Can remove this isValid test when leaflet 0.6 is released
|
||||||
|
var nonPointBounds = this._nonPointGroup.getBounds();
|
||||||
|
if (nonPointBounds.isValid()) {
|
||||||
|
bounds.extend(nonPointBounds);
|
||||||
|
}
|
||||||
|
|
||||||
return bounds;
|
return bounds;
|
||||||
},
|
},
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user