()
| 269 | }); |
| 270 | |
| 271 | function stop() { |
| 272 | if (state.mode === "timer") { |
| 273 | cm.stop(); |
| 274 | $("control-status").className = "status"; |
| 275 | clearInterval(tmr); |
| 276 | tmr = -1; |
| 277 | } else { |
| 278 | $("abpVideo").pause(); |
| 279 | } |
| 280 | } |
| 281 | |
| 282 | function resume() { |
| 283 | if (state.mode !== "timer") { |
no test coverage detected