diff options
Diffstat (limited to 'npm_assets/node_modules/jquery/src/effects.js')
| -rw-r--r-- | npm_assets/node_modules/jquery/src/effects.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npm_assets/node_modules/jquery/src/effects.js b/npm_assets/node_modules/jquery/src/effects.js index 76b7cc7..4c011b1 100644 --- a/npm_assets/node_modules/jquery/src/effects.js +++ b/npm_assets/node_modules/jquery/src/effects.js @@ -230,7 +230,7 @@ function defaultPrefilter( elem, props, opts ) { anim.done( function() { - /* eslint-enable no-loop-func */ + /* eslint-enable no-loop-func */ // The final step of a "hide" animation is actually hiding the element if ( !hidden ) { @@ -350,7 +350,7 @@ function Animation( elem, properties, options ) { tweens: [], createTween: function( prop, end ) { var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.opts.specialEasing[ prop ] || animation.opts.easing ); animation.tweens.push( tween ); return tween; }, @@ -523,7 +523,8 @@ jQuery.fn.extend( { anim.stop( true ); } }; - doAnimation.finish = doAnimation; + + doAnimation.finish = doAnimation; return empty || optall.queue === false ? this.each( doAnimation ) : |
