MCPcopy Create free account
hub / github.com/idank/explainshell / next

Function next

explainshell/web/static/js/jquery.js:1915–1917  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1913 fn = queue.shift(),
1914 hooks = jQuery._queueHooks( elem, type ),
1915 next = function() {
1916 jQuery.dequeue( elem, type );
1917 };
1918
1919 // If the fx queue is dequeued, always remove the progress sentinel
1920 if ( fn === "inprogress" ) {

Calls

no outgoing calls