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

Function stopQueue

2.1.1/src/effects.js:495–499  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

493 },
494 stop: function( type, clearQueue, gotoEnd ) {
495 var stopQueue = function( hooks ) {
496 var stop = hooks.stop;
497 delete hooks.stop;
498 stop( gotoEnd );
499 };
500
501 if ( typeof type !== "string" ) {
502 gotoEnd = clearQueue;

Callers 1

effects.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected