mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Update build
This commit is contained in:
Vendored
+3
-3
@@ -3,7 +3,7 @@
|
||||
Leaflet.markercluster is an open-source JavaScript library for Marker Clustering on leaflet powered maps.
|
||||
https://github.com/danzel/Leaflet.markercluster
|
||||
*/
|
||||
(function (window, undefined) {
|
||||
(function () {
|
||||
|
||||
|
||||
/*
|
||||
@@ -362,8 +362,8 @@ L.MarkerClusterGroup = L.FeatureGroup.extend({
|
||||
|
||||
//Overrides FeatureGroup.onRemove
|
||||
onRemove: function (map) {
|
||||
this._map.off('zoomend', this._zoomEnd, this);
|
||||
this._map.off('moveend', this._moveEnd, this);
|
||||
map.off('zoomend', this._zoomEnd, this);
|
||||
map.off('moveend', this._moveEnd, this);
|
||||
|
||||
this._unbindEvents();
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user