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

Function e_target

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

Source from the content-addressed store, hash-verified

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) {
618 var b = e.which;
619 if (b == null) {

Callers 3

eventInWidgetFunction · 0.85
posFromMouseFunction · 0.85
onMouseDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected