()
| 174 | } |
| 175 | |
| 176 | clearPlayback () { |
| 177 | if (this.interval != null) { clearInterval(this.interval) } |
| 178 | this.interval = undefined |
| 179 | if (this.spade.playback != null) { clearInterval(this.spade.playback) } |
| 180 | return this.spade.playback = undefined |
| 181 | } |
| 182 | |
| 183 | onPauseClicked (e) { |
| 184 | this.clearPlayback() |
no outgoing calls
no test coverage detected