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

Function e_preventDefault

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

Source from the content-addressed store, hash-verified

5468 }
5469
5470 function e_preventDefault(e) {
5471 if (e.preventDefault) e.preventDefault();
5472 else e.returnValue = false;
5473 }
5474 function e_stopPropagation(e) {
5475 if (e.stopPropagation) e.stopPropagation();
5476 else e.cancelBubble = true;

Callers 10

registerEventHandlersFunction · 0.70
onMouseDownFunction · 0.70
doneFunction · 0.70
gutterEventFunction · 0.70
onDropFunction · 0.70
onScrollWheelFunction · 0.70
handleKeyBindingFunction · 0.70
handleCharBindingFunction · 0.70
onKeyPressFunction · 0.70
e_stopFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected