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:
@@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user