(type10)
| 123598 | this._events = {}; |
| 123599 | } |
| 123600 | const eventBundle = (type10)=>type10 === TouchStartEvent || type10 === TouchMoveEvent || type10 === TouchEndEvent ? [ |
| 123601 | TouchStartEvent, |
| 123602 | TouchMoveEvent, |
| 123603 | TouchEndEvent |
| 123604 | ] : [ |
| 123605 | type10 |
| 123606 | ]; // lazily add listeners to the canvas as needed |
| 123607 | function eventListenerCheck(handler, type11) { |
| 123608 | eventBundle(type11).forEach((_)=>addEventListener(handler, _)); |
| 123609 | } |
no outgoing calls
no test coverage detected