From 668d28e30e04d63105f258a5608cf8e2a5a3b2fe Mon Sep 17 00:00:00 2001 From: gnarf Date: Mon, 4 Apr 2011 15:43:47 -0500 Subject: effects.bounce: removing the opti for duration, the normalizeArguments in core will ALWAYS set a duration, no need to default here --- ui/jquery.effects.bounce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') 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: -- cgit v1.2.3