mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Formatting
This commit is contained in:
@@ -107,7 +107,7 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
|
||||
//Merge and split any existing clusters that are too big or small
|
||||
_mergeSplitClusters: function () {
|
||||
var map = this._map,
|
||||
newState,
|
||||
newState,
|
||||
depth = Math.abs(this._map._zoom - this._zoom);
|
||||
|
||||
if (this._zoom < this._map._zoom) { //Zoom in, split
|
||||
|
||||
Reference in New Issue
Block a user