diff options
author | Richard Gibson <richard.gibson@gmail.com> | 2013-05-25 10:18:57 -0400 |
---|---|---|
committer | Richard Gibson <richard.gibson@gmail.com> | 2013-05-28 16:49:48 -0400 |
commit | 6fd5e480c1cd3e481e7097763ee281b65bc74306 (patch) | |
tree | d6a4493c4bab9663ed6d7dc8fa5cb07465fd2db8 /src/queue.js | |
parent | 68c9d0528c43d89cbdab302c68924fb11cd3439c (diff) | |
download | jquery-6fd5e480c1cd3e481e7097763ee281b65bc74306.tar.gz jquery-6fd5e480c1cd3e481e7097763ee281b65bc74306.zip |
Fix #13937: Correctly scope .finish() following multi-element .animate(). Thanks @gnarf37. Close gh-1279.
(cherry picked from commit ae9e05e9f3cb071232b056005755acb5926e403e)
Diffstat (limited to 'src/queue.js')
-rw-r--r-- | src/queue.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/queue.js b/src/queue.js index 46b9ba8fc..1297bc1b4 100644 --- a/src/queue.js +++ b/src/queue.js @@ -35,7 +35,6 @@ jQuery.extend({ startLength--; } - hooks.cur = fn; if ( fn ) { // Add a progress sentinel to prevent the fx queue from being |