From: Ed Engelhardt Date: Tue, 22 May 2007 08:43:49 +0000 (+0000) Subject: remove a little superfluous blank which confused my eye the second time now X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=f7ea17060fcaf6cd14a03343ec97f77367f5022a;p=jquery.git remove a little superfluous blank which confused my eye the second time now --- 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();