commit
02db8b4e1a
@ -205,9 +205,6 @@ L.Map = L.Evented.extend({
|
||||
},
|
||||
|
||||
remove: function () {
|
||||
if (this._loaded) {
|
||||
this.fire('unload');
|
||||
}
|
||||
|
||||
this._initEvents('off');
|
||||
|
||||
@ -226,6 +223,10 @@ L.Map = L.Evented.extend({
|
||||
|
||||
this._clearHandlers();
|
||||
|
||||
if (this._loaded) {
|
||||
this.fire('unload');
|
||||
}
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user