mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Made a mistake in the patch for #3618, landing fix.
This commit is contained in:
parent
d81dfbcccf
commit
d1f089952e
@ -205,7 +205,7 @@ jQuery.extend({
|
||||
complete: fn || !fn && easing ||
|
||||
jQuery.isFunction( speed ) && speed,
|
||||
duration: speed,
|
||||
easing: fn && easing || jQuery.isFunction(easing) && easing
|
||||
easing: fn && easing || easing && !jQuery.isFunction(easing) && easing
|
||||
};
|
||||
|
||||
opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
|
||||
|
Loading…
Reference in New Issue
Block a user