typedef: fix marking wrong function as todo
This commit is contained in:
parent
5d834f7e44
commit
905db965b5
8
gluon.d.ts
vendored
8
gluon.d.ts
vendored
@ -64,13 +64,13 @@ type IdleApi = {
|
||||
/** Put the window into hibernation. */
|
||||
hibernate(): void,
|
||||
|
||||
/** Put the window to sleep. */
|
||||
sleep(): void,
|
||||
|
||||
/**
|
||||
* Wake up the window from hibernation or sleep.
|
||||
* Put the window to sleep.
|
||||
* @todo Unimplemented (for Idle v2).
|
||||
*/
|
||||
sleep(): void,
|
||||
|
||||
/** Wake up the window from hibernation or sleep. */
|
||||
wake(): void,
|
||||
|
||||
/** Enable/disable automatic idle management, and set its options. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user