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

Function stopQueue

2.1.1/test/jquery-2.1.1.js:6699–6703  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

6697 },
6698 stop: function( type, clearQueue, gotoEnd ) {
6699 var stopQueue = function( hooks ) {
6700 var stop = hooks.stop;
6701 delete hooks.stop;
6702 stop( gotoEnd );
6703 };
6704
6705 if ( typeof type !== "string" ) {
6706 gotoEnd = clearQueue;

Callers 1

jquery-2.1.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected