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

Function e_stop

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

Source from the content-addressed store, hash-verified

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}
617 function e_button(e) {

Callers 3

onDragStartFunction · 0.85
registerEventHandlersFunction · 0.85
codemirror.jsFile · 0.85

Calls 2

e_preventDefaultFunction · 0.85
e_stopPropagationFunction · 0.85

Tested by

no test coverage detected