fixing tabs

git-svn-id: http://svn.openlayers.org/trunk/openlayers@476 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-31 23:28:38 +00:00
parent 42277961da
commit 08b8a7af76
+7 -7
View File
@@ -54,9 +54,9 @@ OpenLayers.Popup.AnchoredBubble.prototype =
this.setRicoCorners(true); this.setRicoCorners(true);
//set the popup color and opacity //set the popup color and opacity
this.setBackgroundColor(); this.setBackgroundColor();
this.setOpacity(); this.setOpacity();
return this.div; return this.div;
}, },
@@ -88,11 +88,11 @@ OpenLayers.Popup.AnchoredBubble.prototype =
} }
if (this.div != null) { if (this.div != null) {
if (this.contentDiv != null) { if (this.contentDiv != null) {
this.div.style.background = "transparent"; this.div.style.background = "transparent";
Rico.Corner.changeColor(this.contentDiv, this.backgroundColor); Rico.Corner.changeColor(this.contentDiv, this.backgroundColor);
} }
} }
}, },
/** /**
@@ -106,7 +106,7 @@ OpenLayers.Popup.AnchoredBubble.prototype =
if (this.div != null) { if (this.div != null) {
if (this.contentDiv != null) { if (this.contentDiv != null) {
Rico.Corner.changeOpacity(this.contentDiv, this.opacity); Rico.Corner.changeOpacity(this.contentDiv, this.opacity);
} }
} }
}, },