MCPcopy Index your code
hub / github.com/JsAaron/jQuery / stopQueue

Function stopQueue

2.0.3/Animation.js:512–516  ·  view source on GitHub ↗
(hooks)

Source from the content-addressed store, hash-verified

510 },
511 stop: function(type, clearQueue, gotoEnd) {
512 var stopQueue = function(hooks) {
513 var stop = hooks.stop;
514 delete hooks.stop;
515 stop(gotoEnd);
516 };
517
518 if (typeof type !== "string") {
519 gotoEnd = clearQueue;

Callers 1

Animation.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected