fix indent (non-functional change)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6178 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2008-02-09 20:33:47 +00:00
parent db77398339
commit 06571e2cf3

View File

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