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;