(payload)
| 426 | */ |
| 427 | |
| 428 | export function touchcancel(payload) { |
| 429 | return createTouchEvent('touchcancel', payload); |
| 430 | } |
| 431 | |
| 432 | export function touchend(payload) { |
| 433 | return createTouchEvent('touchend', payload); |
nothing calls this directly
no test coverage detected