()
| 175 | } |
| 176 | |
| 177 | pause() { |
| 178 | if (this.stateChangeTimeout != null) { |
| 179 | clearTimeout(this.stateChangeTimeout); |
| 180 | this.stateChangeTimeout = null; |
| 181 | } |
| 182 | this.run("pauseVideo"); |
| 183 | } |
| 184 | |
| 185 | stop() { |
| 186 | this.run("stopVideo"); |
no test coverage detected