fix indentation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user