MCPcopy Index your code
hub / github.com/witheve/Eve / e_target

Function e_target

src/codemirror.js:8159–8159  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

8157 var e_stop = CodeMirror.e_stop = function(e) {e_preventDefault(e); e_stopPropagation(e);};
8158
8159 function e_target(e) {return e.target || e.srcElement;}
8160 function e_button(e) {
8161 var b = e.which;
8162 if (b == null) {

Callers 3

eventInWidgetFunction · 0.85
posFromMouseFunction · 0.85
onMouseDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected