Fixed whitespace

This commit is contained in:
perliedman 2013-11-06 23:00:21 +01:00
parent 63e84693ae
commit 37d303defb

View File

@ -472,7 +472,7 @@ L.TileLayer = L.Class.extend({
}, this.options));
},
_getWrapTileNum: function () {
_getWrapTileNum: function () {
var crs = this._map.options.crs,
size = crs.getSize(this._getZoomForUrl());
return size.divideBy(this.options.tileSize);