MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / stopQueue

Function stopQueue

camera/jquery.js:6700–6704  ·  view source on GitHub ↗
( hooks )

Source from the content-addressed store, hash-verified

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

Callers 1

jquery.jsFile · 0.70

Calls 1

stopFunction · 0.85

Tested by

no test coverage detected