Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Johnson committed Jun 30, 2019
1 parent 8e163e2 commit 05b9bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/internal/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function listen_dev(node: Node, event: string, handler: EventListenerOrEv

const dispose = listen(node, event, handler, options);
return () => {
dispatch_dev("SvelteDOMRemoveEventListener", { event, handler, modifiers });
dispatch_dev("SvelteDOMRemoveEventListener", { node, event, handler, modifiers });
dispose();
};
}
Expand Down

0 comments on commit 05b9bdd

Please sign in to comment.