MCPcopy Create free account
hub / github.com/csev/py4e / e_stopPropagation

Function e_stopPropagation

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

Source from the content-addressed store, hash-verified

5472 else e.returnValue = false;
5473 }
5474 function e_stopPropagation(e) {
5475 if (e.stopPropagation) e.stopPropagation();
5476 else e.cancelBubble = true;
5477 }
5478 function e_defaultPrevented(e) {
5479 return e.defaultPrevented != null ? e.defaultPrevented : e.returnValue == false;
5480 }

Callers 1

e_stopFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected