From: John Resig Date: Sun, 9 Sep 2007 16:12:56 +0000 (+0000) Subject: .stop() wouldn't resume any queued animations. X-Git-Tag: 1.2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e9d8531544c00b80969b135b19bd2bfad686739;p=jquery.git .stop() wouldn't resume any queued animations. --- diff --git a/src/fx.js b/src/fx.js index 9fde6b9dd..c708b1a60 100644 --- a/src/fx.js +++ b/src/fx.js @@ -166,7 +166,7 @@ jQuery.fn.extend({ for ( var i = 0; i < timers.length; i++ ) if ( timers[i].elem == this ) timers.splice(i--, 1); - }); + }).dequeue(); } });