MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / stopMethod

Function stopMethod

static/js/codemirror/codemirror.js:4814–4814  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4812 // EVENT OPERATORS
4813
4814 function stopMethod() {e_stop(this);}
4815 // Ensure an event has a stop method.
4816 function addStop(event) {
4817 if (!event.stop) event.stop = stopMethod;

Callers

nothing calls this directly

Calls 1

e_stopFunction · 0.85

Tested by

no test coverage detected