MCPcopy
hub / github.com/tdewolff/minify / getNativeEvent

Function getNativeEvent

_benchmarks/sample_echarts.js:1251–1254  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1249 out.zrX = out.zrY = 0;
1250 }
1251 function getNativeEvent(e) {
1252 return e
1253 || window.event;
1254 }
1255 function normalizeEvent(el, e, calculate) {
1256 e = getNativeEvent(e);
1257 if (e.zrX != null) {

Callers 3

normalizeEventFunction · 0.85
nativeEventListenerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…