removes tiles init from tileloader

This commit is contained in:
Francisco Dans 2016-07-04 18:48:49 +02:00
parent 31af420c6d
commit 7f75022168

View File

@ -1,7 +1,6 @@
L.Mixin.TileLoader = {
_initTileLoader: function() {
this._tiles = {}
this._tilesLoading = {};
this._tilesToLoad = 0;
this._map.on({