remove a little superfluous blank which confused my eye the second time now
authorEd Engelhardt <edengelhardt@gmail.com>
Tue, 22 May 2007 08:43:49 +0000 (08:43 +0000)
committerEd Engelhardt <edengelhardt@gmail.com>
Tue, 22 May 2007 08:43:49 +0000 (08:43 +0000)
src/fx/fx.js

index af89e93..dd5407c 100644 (file)
@@ -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();