Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Johnson committed Jun 14, 2019
1 parent 6491847 commit 6afb9bd
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 6afb9bd

Please sign in to comment.