X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Ffx%2Ffx.js;h=dd5407c1d8cbdf973696911c65d649eb3fc0809f;hb=f7ea17060fcaf6cd14a03343ec97f77367f5022a;hp=af89e93b3a476593abe45d7db270235c3b872fe2;hpb=fd4905b4d9183fe80fa0171c2f8ce47f0361df3b;p=jquery.git 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();