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

Function next

2.1.1/test/jquery-2.1.1.js:3883–3885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3881 fn = queue.shift(),
3882 hooks = jQuery._queueHooks( elem, type ),
3883 next = function() {
3884 jQuery.dequeue( elem, type );
3885 };
3886
3887 // If the fx queue is dequeued, always remove the progress sentinel
3888 if ( fn === "inprogress" ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected