From 39faf3034d0d4913e5db3a7e292159cbd9879a62 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 20 Sep 2010 15:03:06 +0800 Subject: [PATCH] Roo/Shadow.js --- Roo/Shadow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/Shadow.js b/Roo/Shadow.js index 2cfab7b57a..8f5484eae5 100644 --- a/Roo/Shadow.js +++ b/Roo/Shadow.js @@ -137,7 +137,7 @@ Roo.Shadow.prototype = { s.left = (l+a.l)+"px"; s.top = (t+a.t)+"px"; var sw = (w+a.w), sh = (h+a.h), sws = sw +"px", shs = sh + "px"; - www. + if(s.width != sws || s.height != shs){ s.width = sws; s.height = shs; -- 2.39.2