MCPcopy Create free account
hub / github.com/jquery/jquery / stopQueue

Function stopQueue

src/effects.js:521–525  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

519 },
520 stop: function( type, clearQueue, gotoEnd ) {
521 var stopQueue = function( hooks ) {
522 var stop = hooks.stop;
523 delete hooks.stop;
524 stop( gotoEnd );
525 };
526
527 if ( typeof type !== "string" ) {
528 gotoEnd = clearQueue;

Callers 1

effects.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected