()
| 189 | |
| 190 | public play(): void { this._timer.start() } |
| 191 | public replay(): void { |
| 192 | this.currentTime = 0 |
| 193 | this._timer.start() |
| 194 | } |
| 195 | public pause(): void { this._timer.pause() } |
| 196 | |
| 197 | private _render(now: number): void { |
no test coverage detected