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

Function stopQueue

2.0.3/2.0.3.js:8487–8491  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

8485 },
8486 stop: function( type, clearQueue, gotoEnd ) {
8487 var stopQueue = function( hooks ) {
8488 var stop = hooks.stop;
8489 delete hooks.stop;
8490 stop( gotoEnd );
8491 };
8492
8493 if ( typeof type !== "string" ) {
8494 gotoEnd = clearQueue;

Callers 1

2.0.3.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected