MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / stopQueue

Function stopQueue

libs/jquery-3.5.1/jquery-3.5.1.js:7771–7775  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

7769 },
7770 stop: function( type, clearQueue, gotoEnd ) {
7771 var stopQueue = function( hooks ) {
7772 var stop = hooks.stop;
7773 delete hooks.stop;
7774 stop( gotoEnd );
7775 };
7776
7777 if ( typeof type !== "string" ) {
7778 gotoEnd = clearQueue;

Callers 1

jquery-3.5.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected