Merge pull request #331 from ahocevar/331

gutter and maxGetUrlLength broken. r=@elemoine
This commit is contained in:
ahocevar
2012-03-19 03:23:44 -07:00
2 changed files with 7 additions and 5 deletions

View File

@@ -275,6 +275,8 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
style.width = "100%";
}
if (this.frame) {
style.width = "100%";
style.height = "100%";
this.frame.appendChild(this.imgDiv);
}
}