(block, target, handler)
| 17839 | handlers2.forEach((handler) => add_event_handler(block, target, handler)); |
| 17840 | } |
| 17841 | function add_event_handler(block, target, handler) { |
| 17842 | handler.render(block, target); |
| 17843 | } |
| 17844 | function add_actions(block, target, actions) { |
| 17845 | actions.forEach((action) => add_action(block, target, action)); |
| 17846 | } |
no test coverage detected