typedef: add missing ;
This commit is contained in:
parent
6be1245e40
commit
d67f5136b2
2
gluon.d.ts
vendored
2
gluon.d.ts
vendored
@ -168,7 +168,7 @@ type ControlsApi = {
|
|||||||
|
|
||||||
/** Show (unminimize) the browser window. */
|
/** Show (unminimize) the browser window. */
|
||||||
show(): Promise<void>
|
show(): Promise<void>
|
||||||
}
|
};
|
||||||
|
|
||||||
type Window = {
|
type Window = {
|
||||||
/** API for the page of the window. */
|
/** API for the page of the window. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user