From 87473fce116cab7e992e77305964c7c5009e8306 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 24 Mar 2026 14:09:07 +0100 Subject: signature --- webAO/dom/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit