From 905db965b5683c4e8def368b705b769ef7a103ce Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Wed, 21 Dec 2022 17:42:46 +0000 Subject: [PATCH] typedef: fix marking wrong function as todo --- gluon.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gluon.d.ts b/gluon.d.ts index aa2fc19..dcee202 100644 --- a/gluon.d.ts +++ b/gluon.d.ts @@ -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. */