X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffx%2Ffx.js;h=dd5407c1d8cbdf973696911c65d649eb3fc0809f;hb=79b3ff077252e25a16188ac723376798314a8a6b;hp=af89e93b3a476593abe45d7db270235c3b872fe2;hpb=d7fe34c440b5b52edd0ebabfa942d560e35224f3;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();