From 457ab3301782e4e91334961208c5e4bbde95987d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 10 Dec 2021 03:04:34 +0100 Subject: Add various type specifiers. --- static/components/changelog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/components/changelog.ts') diff --git a/static/components/changelog.ts b/static/components/changelog.ts index 8f45794d..831e4ced 100644 --- a/static/components/changelog.ts +++ b/static/components/changelog.ts @@ -6,7 +6,7 @@ export { VEventChangelog } class VEventChangelog extends ComponentVEvent { - ul: HTMLElement + readonly ul: HTMLElement constructor(uid?: string) { super(uid); -- cgit v1.2.3