Correct else code style error

This commit is contained in:
Matt Priour
2012-03-08 16:54:50 -06:00
parent 9fbd3072b7
commit 3e50817623

View File

@@ -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 =