MCPcopy
hub / github.com/Mottie/Keyboard / addEvent

Function addEvent

testing/qunit-2.9.2.js:4600–4602  ·  view source on GitHub ↗
(elem, type, fn)

Source from the content-addressed store, hash-verified

4598 modulesList = [];
4599
4600 function addEvent(elem, type, fn) {
4601 elem.addEventListener(type, fn, false);
4602 }
4603
4604 function removeEvent(elem, type, fn) {
4605 elem.removeEventListener(type, fn, false);

Callers 6

addEventsFunction · 0.85
abortTestsButtonFunction · 0.85
toolbarLooseFilterFunction · 0.85
toolbarModuleFilterFunction · 0.85
searchFocusFunction · 0.85
qunit-2.9.2.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected