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

Function next

2.1.1/test/other.js:1290–1292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1288 fn = queue.shift(),
1289 hooks = jQuery._queueHooks( elem, type ),
1290 next = function() {
1291 jQuery.dequeue( elem, type );
1292 };
1293
1294 // If the fx queue is dequeued, always remove the progress sentinel
1295 if ( fn === "inprogress" ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected