diff options
| author | David Skoland <davidskoland@gmail.com> | 2026-03-24 14:09:07 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2026-03-24 14:09:07 +0100 |
| commit | 87473fce116cab7e992e77305964c7c5009e8306 (patch) | |
| tree | c00318245f00d73fe3ee937ec3507fd2bf1c7ff3 /webAO | |
| parent | 839fe2a461d5ad908e7b85ada8f5fcb4f1a33865 (diff) | |
signature
Diffstat (limited to 'webAO')
| -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; |
