git-svn-id: http://svn.openlayers.org/trunk/openlayers@1187 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-10 06:02:14 +00:00
parent 375d968278
commit 76f38a5a36

View File

@@ -167,8 +167,8 @@ OpenLayers.Popup.prototype = {
}
if (this.div != null) {
this.div.style.width = this.size.w;
this.div.style.height = this.size.h;
this.div.style.width = this.size.w + "px";
this.div.style.height = this.size.h + "px";
}
},