MCPcopy Create free account
hub / github.com/JsAaron/jQuery / next

Function next

2.0.3/2.0.3.js:3690–3692  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3688 fn = queue.shift(),
3689 hooks = jQuery._queueHooks( elem, type ),
3690 next = function() {
3691 jQuery.dequeue( elem, type );
3692 };
3693
3694 // If the fx queue is dequeued, always remove the progress sentinel
3695 if ( fn === "inprogress" ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected