()
| 123 | } |
| 124 | |
| 125 | pause() { |
| 126 | this.timerIndex++; |
| 127 | this.isPlaying = false; |
| 128 | if (this.callback) { |
| 129 | this.callback(this.isPlaying); |
| 130 | } |
| 131 | } |
| 132 | |
| 133 | private start(localTimerIndex: number) { |
| 134 | d3.timer(() => { |
no outgoing calls
no test coverage detected