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/vevent-description.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'static/components/vevent-description.ts') diff --git a/static/components/vevent-description.ts b/static/components/vevent-description.ts index b1605d50..09c836b0 100644 --- a/static/components/vevent-description.ts +++ b/static/components/vevent-description.ts @@ -8,10 +8,6 @@ import { makeElement } from '../lib' */ class ComponentDescription extends ComponentVEvent { - constructor() { - super(); - } - redraw(data: VEvent) { // update ourselves from template -- cgit v1.2.3