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/input-list.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/components/input-list.ts') diff --git a/static/components/input-list.ts b/static/components/input-list.ts index 899e8f4f..c31066da 100644 --- a/static/components/input-list.ts +++ b/static/components/input-list.ts @@ -10,7 +10,7 @@ class InputList extends HTMLElement { el: HTMLInputElement; - _listeners: [string, (e: Event) => void][] = []; + private _listeners: [string, (e: Event) => void][] = []; constructor() { super(); -- cgit v1.2.3