MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / e_target

Function e_target

static/js/codemirror/codemirror.js:4834–4834  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

4832 CodeMirror.e_stopPropagation = e_stopPropagation;
4833
4834 function e_target(e) {return e.target || e.srcElement;}
4835 function e_button(e) {
4836 var b = e.which;
4837 if (b == null) {

Callers 3

eventInWidgetFunction · 0.85
posFromMouseFunction · 0.85
onMouseDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected