MCPcopy Index your code
hub / github.com/components/jquery / stopQueue

Function stopQueue

jquery.js:6961–6965  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

6959 },
6960 stop: function( type, clearQueue, gotoEnd ) {
6961 var stopQueue = function( hooks ) {
6962 var stop = hooks.stop;
6963 delete hooks.stop;
6964 stop( gotoEnd );
6965 };
6966
6967 if ( typeof type !== "string" ) {
6968 gotoEnd = clearQueue;

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected