diff options
author | Corey Frang <gnarf@gnarf.net> | 2013-01-08 01:16:50 +0000 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-01-08 01:19:25 +0000 |
commit | b6abb31df4d5be80dc13844d9988fb0c990ae5ae (patch) | |
tree | 1f6171c02ef1278076d09d27ed5e8d6b5c79987e /src/queue.js | |
parent | 62acda819f9b6fba9263d0b613e15285807b23a7 (diff) | |
download | jquery-b6abb31df4d5be80dc13844d9988fb0c990ae5ae.tar.gz jquery-b6abb31df4d5be80dc13844d9988fb0c990ae5ae.zip |
Fix #13103. Add .finish() method. Close gh-1118.
Diffstat (limited to 'src/queue.js')
-rw-r--r-- | src/queue.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/queue.js b/src/queue.js index c5a0cbd7d..d4c3f0040 100644 --- a/src/queue.js +++ b/src/queue.js @@ -35,6 +35,7 @@ jQuery.extend({ startLength--; } + hooks.cur = fn; if ( fn ) { // Add a progress sentinel to prevent the fx queue from being |