( hooks )
| 9782 | }, |
| 9783 | stop: function( type, clearQueue, gotoEnd ) { |
| 9784 | var stopQueue = function( hooks ) { |
| 9785 | var stop = hooks.stop; |
| 9786 | delete hooks.stop; |
| 9787 | stop( gotoEnd ); |
| 9788 | }; |
| 9789 | |
| 9790 | if ( typeof type !== "string" ) { |
| 9791 | gotoEnd = clearQueue; |
no outgoing calls
no test coverage detected
searching dependent graphs…