MCPcopy Index your code
hub / github.com/csev/py4e / e_stopPropagation

Function e_stopPropagation

tools/pythonauto/static/codemirrorepl/codemirrorepl.js:3035–3038  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

3033 else e.returnValue = false;
3034 }
3035 function e_stopPropagation(e) {
3036 if (e.stopPropagation) e.stopPropagation();
3037 else e.cancelBubble = true;
3038 }
3039 function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}
3040 CodeMirror.e_stop = e_stop;
3041 CodeMirror.e_preventDefault = e_preventDefault;

Callers 2

e_stopFunction · 0.70
codemirror.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected