MCPcopy Create free account
hub / github.com/breck7/scroll / e_defaultPrevented

Function e_defaultPrevented

external/.scrollLibs.js:2040–2042  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2038 }
2039 }
2040 function e_defaultPrevented(e) {
2041 return e.defaultPrevented != null ? e.defaultPrevented : e.returnValue == false
2042 }
2043 function e_stop(e) {
2044 e_preventDefault(e)
2045 e_stopPropagation(e)

Callers 2

signalDOMEventFunction · 0.85
gutterEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected