From d67f5136b2b005ad4addf98c3518522feb632b05 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Sat, 7 Jan 2023 22:32:07 +0000 Subject: [PATCH] typedef: add missing ; --- gluon.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon.d.ts b/gluon.d.ts index 4812f2c..13176fd 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -168,7 +168,7 @@ type ControlsApi = { /** Show (unminimize) the browser window. */ show(): Promise -} +}; type Window = { /** API for the page of the window. */