fix indentation

This commit is contained in:
Bart van den Eijnden
2013-01-04 17:09:38 +01:00
parent de4b995616
commit 5b5415d6b7

View File

@@ -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);
}
},