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

Function next

2.1.1/src/queue.js:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 fn = queue.shift(),
34 hooks = jQuery._queueHooks( elem, type ),
35 next = function() {
36 jQuery.dequeue( elem, type );
37 };
38
39 // If the fx queue is dequeued, always remove the progress sentinel
40 if ( fn === "inprogress" ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected