diff options
| -rw-r--r-- | webAO/dom/window.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/window.ts b/webAO/dom/window.ts index 48d0714..ba19982 100644 --- a/webAO/dom/window.ts +++ b/webAO/dom/window.ts @@ -29,7 +29,7 @@ declare global { pickEmotion: (emo: number) => void; pickChar: (ccharacter: any) => void; chartable_filter: (_event: any) => void; - ReconnectButton: (_event: any) => void; + ReconnectButton: () => void; DisconnectButton: () => void; opusCheck: (channel: HTMLAudioElement) => OnErrorEventHandlerNonNull; imgError: (image: any) => void; |
