remove a little superfluous blank which confused my eye the second time now
This commit is contained in:
parent
fd4905b4d9
commit
f7ea17060f
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ jQuery.extend({
|
||||||
var p = n / options.duration;
|
var p = n / options.duration;
|
||||||
|
|
||||||
// Perform the easing function, defaults to swing
|
// 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
|
// Perform the next step of the animation
|
||||||
z.a();
|
z.a();
|
||||||
|
|
Loading…
Add table
Reference in a new issue