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

Function e_defaultPrevented

tools/pythonauto/static/codemirror/codemirror.js:5478–5480  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

5476 else e.cancelBubble = true;
5477 }
5478 function e_defaultPrevented(e) {
5479 return e.defaultPrevented != null ? e.defaultPrevented : e.returnValue == false;
5480 }
5481 function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}
5482 CodeMirror.e_stop = e_stop;
5483 CodeMirror.e_preventDefault = e_preventDefault;

Callers 2

gutterEventFunction · 0.70
signalDOMEventFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected