diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-25 16:23:44 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-25 16:23:44 +0100 |
commit | e2c62c34b4c2983b8ceef034347bc62b28a88122 (patch) | |
tree | c43eaf7dcf5a468c918bafb6b7e223ec73607e09 /web/script/player/mod.ts | |
parent | c5d484e16bae5d923f6a3c441827d3d470bfee6e (diff) | |
download | jellything-e2c62c34b4c2983b8ceef034347bc62b28a88122.tar jellything-e2c62c34b4c2983b8ceef034347bc62b28a88122.tar.bz2 jellything-e2c62c34b4c2983b8ceef034347bc62b28a88122.tar.zst |
lib=dom everywhere and error handling
Diffstat (limited to 'web/script/player/mod.ts')
-rw-r--r-- | web/script/player/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/script/player/mod.ts b/web/script/player/mod.ts index 5db257d..bfc9eba 100644 --- a/web/script/player/mod.ts +++ b/web/script/player/mod.ts @@ -3,6 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin <metamuffin.org> */ +/// <reference lib="dom" /> import { OVar, show } from "../jshelper/mod.ts"; import { e } from "../jshelper/mod.ts"; import { Logger } from "../jshelper/src/log.ts"; |