()
| 16 | function emptyFunction() {} |
| 17 | |
| 18 | export function hasPointerEvent() { |
| 19 | return global != null && global.PointerEvent != null; |
| 20 | } |
| 21 | |
| 22 | export function setPointerEvent(bool) { |
| 23 | const pointerCaptureFn = name => id => { |
no outgoing calls
no test coverage detected