effects.bounce: removing the opti for duration, the normalizeArguments in core will ALWAYS set a duration, no need to default here

This commit is contained in:
gnarf 2011-04-04 15:43:47 -05:00
parent 40ebb0f846
commit 668d28e30e

View File

@ -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: