mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 19:38:33 -05:00
Added a next() shortcut for queues
This commit is contained in:
@@ -92,7 +92,7 @@ jQuery.extend({
|
||||
fn = queue[0];
|
||||
|
||||
if( fn !== undefined )
|
||||
fn.call(elem);
|
||||
fn.call(elem, function() { jQuery(elem).dequeue(type); });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user