Skip to content
Permalink
Browse files
.stop() wouldn't resume any queued animations.
  • Loading branch information
jeresig committed Sep 9, 2007
1 parent 3a4e123 commit 7e9d853
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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();
}

});

0 comments on commit 7e9d853

Please sign in to comment.