From 5b5415d6b70f757d4356b5d1addf8707f7e87e6b Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Fri, 4 Jan 2013 17:09:38 +0100 Subject: [PATCH] fix indentation --- 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 5bd1e3be96..ef8b41468f 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -418,10 +418,10 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, { newOptions.singleTile !== this.singleTile; OpenLayers.Layer.HTTPRequest.prototype.addOptions.apply(this, arguments); if (this.map && singleTileChanged) { - this.initProperties(); - this.tileSize = this.options.tileSize; - this.setTileSize(); - this.moveTo(null, true); + this.initProperties(); + this.tileSize = this.options.tileSize; + this.setTileSize(); + this.moveTo(null, true); } },