Accept the reality of event emitter

This commit is contained in:
Jordan Eldredge 2019-04-05 07:34:14 -07:00
parent 5713052415
commit cce7928f4e

View file

@ -55,7 +55,6 @@ type Props = StateProps & DispatchProps & OwnProps;
* Constructs the windows to render, and tracks focus.
*/
class App extends React.Component<Props> {
// TODO: #any
_emitter: Emitter;
_bindings: {
[windowId: string]: { node: HTMLElement; remove(): void } | null;