MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / next

Function next

notes/docsify/unpkg/gotop/jquery-2.1.0.js:3854–3856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3852 fn = queue.shift(),
3853 hooks = jQuery._queueHooks( elem, type ),
3854 next = function() {
3855 jQuery.dequeue( elem, type );
3856 };
3857
3858 // If the fx queue is dequeued, always remove the progress sentinel
3859 if ( fn === "inprogress" ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected