(target: any, event: number)
| 2423 | } |
| 2424 | |
| 2425 | function sendActions(target: any, event: number): void { |
| 2426 | if (typeof target.sendActionsForControlEvents === "function") { |
| 2427 | target.sendActionsForControlEvents(event); |
| 2428 | } |
| 2429 | } |
| 2430 | |
| 2431 | function scroll( |
| 2432 | target: any, |
no outgoing calls
no test coverage detected