* removes all hints * @return {void}@memberof HintSequencePlayer
()
| 40 | * @return {void}@memberof HintSequencePlayer |
| 41 | */ |
| 42 | clear() { |
| 43 | this.index = 0; |
| 44 | this.hints.length = 0; |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * @param {function()[]} callbacks |
no outgoing calls
no test coverage detected