From 4a369cdf2ac12f6ce8722857a46ffec958e6fa8f Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 31 May 2006 23:33:36 +0000 Subject: [PATCH] oops. more tabs git-svn-id: http://svn.openlayers.org/trunk/openlayers@479 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/OpenLayers/Popup.js b/lib/OpenLayers/Popup.js index dd6b50423a..4212e47b9c 100644 --- a/lib/OpenLayers/Popup.js +++ b/lib/OpenLayers/Popup.js @@ -192,11 +192,11 @@ OpenLayers.Popup.prototype = { if (this.div != null) { // for Mozilla and Safari - this.div.style.opacity = this.opacity; + this.div.style.opacity = this.opacity; // for IE - this.div.style.filter = 'alpha(opacity=' + this.opacity*100 + ')'; - } + this.div.style.filter = 'alpha(opacity=' + this.opacity*100 + ')'; + } }, /** @@ -209,7 +209,7 @@ OpenLayers.Popup.prototype = { if (this.div != null) { this.div.style.border = this.border; - } + } }, /**