From cce7928f4ebcc26dab22252fa810df469e9bf326 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 5 Apr 2019 07:34:14 -0700 Subject: [PATCH] Accept the reality of event emitter --- js/components/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/js/components/App.tsx b/js/components/App.tsx index f177dc3b..21222e46 100644 --- a/js/components/App.tsx +++ b/js/components/App.tsx @@ -55,7 +55,6 @@ type Props = StateProps & DispatchProps & OwnProps; * Constructs the windows to render, and tracks focus. */ class App extends React.Component { - // TODO: #any _emitter: Emitter; _bindings: { [windowId: string]: { node: HTMLElement; remove(): void } | null;