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

Function stopQueue

explainshell/web/static/js/jquery.js:9137–9141  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

9135 },
9136 stop: function( type, clearQueue, gotoEnd ) {
9137 var stopQueue = function( hooks ) {
9138 var stop = hooks.stop;
9139 delete hooks.stop;
9140 stop( gotoEnd );
9141 };
9142
9143 if ( typeof type !== "string" ) {
9144 gotoEnd = clearQueue;

Callers 1

jquery.jsFile · 0.85

Calls 1

stopFunction · 0.85

Tested by

no test coverage detected