.stop() wouldn't resume any queued animations.
This commit is contained in:
parent
3a4e1233aa
commit
7e9d853154
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue