From 3e5081762381248cdbee4e3f1d7982a16db26fff Mon Sep 17 00:00:00 2001 From: Matt Priour Date: Thu, 8 Mar 2012 16:54:50 -0600 Subject: [PATCH] Correct else code style error --- lib/OpenLayers/Layer/Grid.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 =