From: Brandon Aaron Date: Tue, 10 Oct 2006 15:00:54 +0000 (+0000) Subject: Fix for #227 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=cafd40805a20d02fe1a904a4c0a0cc6f0c525f80;p=jquery.git Fix for #227 --- diff --git a/src/fx/fx.js b/src/fx/fx.js index 32d21d2..eee69de 100644 --- a/src/fx/fx.js +++ b/src/fx/fx.js @@ -509,7 +509,7 @@ jQuery.extend({ }; // Remember the overflow of the element - if ( !z.el.oldOverlay ) + if ( !z.el.oldOverflow ) z.el.oldOverflow = jQuery.css( z.el, "overflow" ); // Make sure that nothing sneaks out