From b7343507b7e0fa72e11e24c4ab9fe46f901c8cc1 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 31 May 2006 23:32:50 +0000 Subject: [PATCH] oops. more tabs git-svn-id: http://svn.openlayers.org/trunk/openlayers@478 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup/AnchoredBubble.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Popup/AnchoredBubble.js b/lib/OpenLayers/Popup/AnchoredBubble.js index 741ebc7471..978015cd24 100644 --- a/lib/OpenLayers/Popup/AnchoredBubble.js +++ b/lib/OpenLayers/Popup/AnchoredBubble.js @@ -152,9 +152,9 @@ OpenLayers.Popup.AnchoredBubble.prototype = Rico.Corner.round(this.div, options); } else { Rico.Corner.reRound(this.contentDiv, options); - //set the popup color and opacity - this.setBackgroundColor(); - this.setOpacity(); + //set the popup color and opacity + this.setBackgroundColor(); + this.setOpacity(); } },