mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Fix whitespace
This commit is contained in:
@@ -843,7 +843,7 @@ L.MarkerClusterGroup.include(!L.DomUtil.TRANSITION ? {
|
||||
m.setLatLng(m.getLatLng());
|
||||
m.setOpacity(1);
|
||||
} else {
|
||||
cluster._recursively(bounds, newZoomLevel, 0, function(c) {
|
||||
cluster._recursively(bounds, newZoomLevel, 0, function (c) {
|
||||
c._recursivelyRemoveChildrenFromMap(bounds, previousZoomLevel + 1);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user