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

Function stopQueue

2.1.1/test/jquery-1.11.1.js:7477–7481  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

7475 },
7476 stop: function( type, clearQueue, gotoEnd ) {
7477 var stopQueue = function( hooks ) {
7478 var stop = hooks.stop;
7479 delete hooks.stop;
7480 stop( gotoEnd );
7481 };
7482
7483 if ( typeof type !== "string" ) {
7484 gotoEnd = clearQueue;

Callers 1

jquery-1.11.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected