Przeglądaj źródła

Fix: calling _updateLayers when not attached to map

gh-pages
Gregor MacLennan 9 lat temu
rodzic
commit
1f8f3ead64
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      index.js

+ 3
- 0
index.js Wyświetl plik

@@ -132,6 +132,9 @@ L.Control.SideBySide = L.Control.extend({
132 132
   },
133 133
 
134 134
   _updateLayers: function () {
135
+    if (!this._map) {
136
+      return this
137
+    }
135 138
     var prevLeft = this._leftLayer
136 139
     var prevRight = this._rightLayer
137 140
     this._leftLayer = this._rightLayer = null

Ładowanie…
Anuluj
Zapisz