git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c901863
)
Fix for #227
author
Brandon Aaron
<brandon.aaron@gmail.com>
Tue, 10 Oct 2006 15:00:54 +0000
(15:00 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Tue, 10 Oct 2006 15:00:54 +0000
(15:00 +0000)
src/fx/fx.js
patch
|
blob
|
history
diff --git
a/src/fx/fx.js
b/src/fx/fx.js
index
32d21d2
..
eee69de
100644
(file)
--- 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