MCPcopy Index your code
hub / github.com/GoogleTrends/data / removeEvent

Function removeEvent

Pikaday/pikaday.js:53–60  ·  view source on GitHub ↗
(el, e, callback, capture)

Source from the content-addressed store, hash-verified

51 },
52
53 removeEvent = function(el, e, callback, capture)
54 {
55 if (hasEventListeners) {
56 el.removeEventListener(e, callback, !!capture);
57 } else {
58 el.detachEvent('on' + e, callback);
59 }
60 },
61
62 fireEvent = function(el, eventName, data)
63 {

Callers 1

pikaday.jsFile · 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…