From bb61e0b358f2a58357f5f9ad67160e851eb390ed Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 31 May 2006 23:29:55 +0000 Subject: [PATCH] fixing tabs git-svn-id: http://svn.openlayers.org/trunk/openlayers@477 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/OpenLayers/Popup.js b/lib/OpenLayers/Popup.js index 4c3c62a7e5..dd6b50423a 100644 --- a/lib/OpenLayers/Popup.js +++ b/lib/OpenLayers/Popup.js @@ -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; + } }, /**