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

Function e_preventDefault

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

Source from the content-addressed store, hash-verified

601 // compatibility wrappers are needed.
602
603 function e_preventDefault(e) {
604 if (e.preventDefault) { e.preventDefault(); }
605 else { e.returnValue = false; }
606 }
607 function e_stopPropagation(e) {
608 if (e.stopPropagation) { e.stopPropagation(); }
609 else { e.cancelBubble = true; }

Callers 12

e_stopFunction · 0.85
onScrollWheelFunction · 0.85
onDropFunction · 0.85
dispatchKeyInnerFunction · 0.85
onKeyPressFunction · 0.85
onMouseDownFunction · 0.85
leftButtonStartDragFunction · 0.85
leftButtonSelectFunction · 0.85
doneFunction · 0.85
gutterEventFunction · 0.85
registerEventHandlersFunction · 0.85
codemirror.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected