Skip to content

Commit

Permalink
Fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
perliedman committed Nov 6, 2013
1 parent 63e8469 commit 37d303d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/tile/TileLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 37d303d

Please sign in to comment.