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

Function stopQueue

2.1.1/test/other.js:4106–4110  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

4104 },
4105 stop: function( type, clearQueue, gotoEnd ) {
4106 var stopQueue = function( hooks ) {
4107 var stop = hooks.stop;
4108 delete hooks.stop;
4109 stop( gotoEnd );
4110 };
4111
4112 if ( typeof type !== "string" ) {
4113 gotoEnd = clearQueue;

Callers 1

other.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected