(payload)
| 430 | } |
| 431 | |
| 432 | export function touchend(payload) { |
| 433 | return createTouchEvent('touchend', payload); |
| 434 | } |
| 435 | |
| 436 | export function touchmove(payload) { |
| 437 | return createTouchEvent('touchmove', payload); |
nothing calls this directly
no test coverage detected