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:
b788be7
)
Found the bug that was killing slideUp/slideDown.
author
John Resig
<jeresig@gmail.com>
Sun, 11 Jun 2006 01:16:36 +0000
(
01:16
+0000)
committer
John Resig
<jeresig@gmail.com>
Sun, 11 Jun 2006 01:16:36 +0000
(
01:16
+0000)
fx/fx.js
patch
|
blob
|
history
diff --git
a/fx/fx.js
b/fx/fx.js
index
877ac3b
..
d2bb89d
100644
(file)
--- a/
fx/fx.js
+++ b/
fx/fx.js
@@
-173,7
+173,7
@@
$.fx.Resize = function(e,o){
var h = new $.fx.Height(e,o);
if(o) { o.onComplete = null; }
var w = new $.fx.Width(e,o);
- function c(a,b,d){return (!a||a==c||b==d);}
+ function c(a,b,d){return (!a||a==d||b==d);}
for(var i in $.fx.fn){(function(){
var j = $.fx.fn[i];
z[j] = function(a,b){