diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 99d8814d52..4716f6d860 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -746,8 +746,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, { Math.abs(trPx.y - blPx.y) ); this._resetTileSize = true; - } - else { + } else { tileWidth = bounds.getWidth() * this.ratio; tileHeight = bounds.getHeight() * this.ratio; tileBounds =