mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
Accept the reality of event emitter
This commit is contained in:
parent
5713052415
commit
cce7928f4e
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue