MCPcopy Index your code
hub / github.com/DHTMLX/gantt / e_defaultPrevented

Function e_defaultPrevented

samples/common/codehighlight/codemirror.js:611–613  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

609 else { e.cancelBubble = true; }
610 }
611 function e_defaultPrevented(e) {
612 return e.defaultPrevented != null ? e.defaultPrevented : e.returnValue == false
613 }
614 function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);}
615
616 function e_target(e) {return e.target || e.srcElement}

Callers 2

signalDOMEventFunction · 0.85
gutterEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected