if (this.options.zoomAnimation && L.TileLayer && (layer instanceof L.TileLayer)) {
            this._tileLayersNum--;
            this._tileLayersToLoad--;
            layer.off('load', this._onTileLayerLoad, this);
        }