From 06571e2cf36c05ec579615c560c61919e83fd56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Sat, 9 Feb 2008 20:33:47 +0000 Subject: [PATCH] fix indent (non-functional change) git-svn-id: http://svn.openlayers.org/trunk/openlayers@6178 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 587f0a3034..9138f204a3 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -667,10 +667,10 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, { * a new one with updated tileSize and extent. */ onMapResize: function() { - if (this.singleTile) { - this.clearGrid(); - this.setTileSize(); - } + if (this.singleTile) { + this.clearGrid(); + this.setTileSize(); + } }, /**