MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / stop

Function stop

demo/debugger.js:271–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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") {

Callers 1

bindFunction · 0.85

Calls 4

clearIntervalFunction · 0.85
stopMethod · 0.65
pauseMethod · 0.65
$Function · 0.50

Tested by

no test coverage detected