mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 06:28:18 -05:00
remove a little superfluous blank which confused my eye the second time now
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user