Correct else code style error
This commit is contained in:
@@ -746,8 +746,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
||||
Math.abs(trPx.y - blPx.y)
|
||||
);
|
||||
this._resetTileSize = true;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
tileWidth = bounds.getWidth() * this.ratio;
|
||||
tileHeight = bounds.getHeight() * this.ratio;
|
||||
tileBounds =
|
||||
|
||||
Reference in New Issue
Block a user