diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-12-08 14:56:25 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-12-08 14:56:25 +0100 |
| commit | 29b2546473b9cdf51c84bbaf6fa3386fcb82e097 (patch) | |
| tree | 12b337c2a36c22a23a6b93494a4ea4a173b3161d /webAO/dom | |
| parent | eff96c0dab7dd864fa6a60cbffc105d08d8b8ead (diff) | |
rename callback
Diffstat (limited to 'webAO/dom')
| -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 ca9cde5..3215b89 100644 --- a/webAO/dom/window.ts +++ b/webAO/dom/window.ts @@ -52,7 +52,7 @@ declare global { onEnter: (event: any) => void; onReplayGo: (_event: any) => void; onOOCEnter: (_event: any) => void; - handleCredentialResponse: (_event: any) => void; + hcallback: (_event: any) => void; } } export { }
\ No newline at end of file |
