MCPcopy
hub / github.com/nwutils/nw-sample-apps / e_stopPropagation

Function e_stopPropagation

mini-code-edit/cm/lib/codemirror.js:2835–2838  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2833 else e.returnValue = false;
2834 }
2835 function e_stopPropagation(e) {
2836 if (e.stopPropagation) e.stopPropagation();
2837 else e.cancelBubble = true;
2838 }
2839 function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}
2840 CodeMirror.e_stop = e_stop;
2841 CodeMirror.e_preventDefault = e_preventDefault;

Callers 1

e_stopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected