mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 18:45:13 -05:00
Fix #13937: Correctly scope .finish() following multi-element .animate(). Thanks @gnarf37. Close gh-1279.
This commit is contained in:
@@ -35,7 +35,6 @@ jQuery.extend({
|
||||
startLength--;
|
||||
}
|
||||
|
||||
hooks.cur = fn;
|
||||
if ( fn ) {
|
||||
|
||||
// Add a progress sentinel to prevent the fx queue from being
|
||||
|
||||
Reference in New Issue
Block a user