diff options
author | gnarf <gnarf@gnarf.net> | 2011-04-04 15:43:47 -0500 |
---|---|---|
committer | gnarf <gnarf@gnarf.net> | 2011-04-04 15:43:47 -0500 |
commit | cc2342ac31cc618271de7c5e2fa20fad79d6aad8 (patch) | |
tree | 46eb4a9a42d2685c08759b28e639f261650b3390 /ui/jquery.effects.bounce.js | |
parent | 504e5995692a9d4444f8dd78c610f2fa5355fffb (diff) | |
download | jquery-ui-cc2342ac31cc618271de7c5e2fa20fad79d6aad8.tar.gz jquery-ui-cc2342ac31cc618271de7c5e2fa20fad79d6aad8.zip |
effects.bounce: removing the opti for duration, the normalizeArguments in core will ALWAYS set a duration, no need to default here
Diffstat (limited to 'ui/jquery.effects.bounce.js')
-rw-r--r-- | ui/jquery.effects.bounce.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.bounce.js b/ui/jquery.effects.bounce.js index d329857c6..4ccf4c77d 100644 --- a/ui/jquery.effects.bounce.js +++ b/ui/jquery.effects.bounce.js @@ -30,7 +30,7 @@ $.effects.effect.bounce = function(o) { // number of internal animations anims = times * 2 + showhide, - speed = (o.duration || 250) / anims, + speed = o.duration / anims, easing = o.easing, // utility: |