From f7ea17060fcaf6cd14a03343ec97f77367f5022a Mon Sep 17 00:00:00 2001 From: Ed Engelhardt Date: Tue, 22 May 2007 08:43:49 +0000 Subject: [PATCH] remove a little superfluous blank which confused my eye the second time now --- src/fx/fx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fx/fx.js b/src/fx/fx.js index af89e93..dd5407c 100644 --- a/src/fx/fx.js +++ b/src/fx/fx.js @@ -558,7 +558,7 @@ jQuery.extend({ var p = n / options.duration; // Perform the easing function, defaults to swing - z.now = jQuery.easing[options.easing](p, n, firstNum, (lastNum-firstNum), options.duration); + z.now = jQuery.easing[options.easing](p, n, firstNum, (lastNum-firstNum), options.duration); // Perform the next step of the animation z.a(); -- 1.7.10.4