(element: Element)
| 8 | |
| 9 | |
| 10 | constructor(element: Element) { |
| 11 | this.element = element; |
| 12 | this.eventListeners = [] |
| 13 | } |
| 14 | |
| 15 | |
| 16 | bind(eventNames: string, eventFunction: Function) { |
nothing calls this directly
no outgoing calls
no test coverage detected