restores tileloaders
This commit is contained in:
parent
25e61e064f
commit
36b4fa9c0c
@ -21,7 +21,6 @@ GMapsTileLoader.prototype = {
|
||||
},
|
||||
|
||||
_removeTileLoader: function() {
|
||||
this.fire('remove');
|
||||
for(var i in this._listeners) {
|
||||
google.maps.event.removeListener(this._listeners[i]);
|
||||
}
|
||||
|
@ -11,7 +11,6 @@ L.Mixin.TileLoader = {
|
||||
},
|
||||
|
||||
_removeTileLoader: function() {
|
||||
this.fire('remove');
|
||||
this._map.off({
|
||||
'moveend': this._updateTiles
|
||||
}, this);
|
||||
|
Loading…
Reference in New Issue
Block a user