fixing tabs

git-svn-id: http://svn.openlayers.org/trunk/openlayers@477 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-31 23:29:55 +00:00
parent 08b8a7af76
commit bb61e0b358

View File

@@ -164,9 +164,9 @@ 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;
this.div.style.height = this.size.h;
}
},
/**
@@ -178,8 +178,8 @@ OpenLayers.Popup.prototype = {
}
if (this.div != null) {
this.div.style.backgroundColor = this.backgroundColor;
}
this.div.style.backgroundColor = this.backgroundColor;
}
},
/**