Lint and format src/compiler/compile/render_dom/wrappers/shared/add_event_handlers.js

pull/8569/head
Simon Holthausen 3 years ago
parent 23fdf1fa45
commit 30595f4ee5

@ -15,7 +15,3 @@ export default function add_event_handlers(block, target, handlers) {
export function add_event_handler(block, target, handler) { export function add_event_handler(block, target, handler) {
handler.render(block, target); handler.render(block, target);
} }

Loading…
Cancel
Save