From 111d34c17bd754ef4c66dabc698d13b3168a33ac Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sat, 7 Aug 2021 23:00:38 +0200 Subject: [PATCH] Remove empty constructor --- ts/editable/mathjax-component.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ts/editable/mathjax-component.ts b/ts/editable/mathjax-component.ts index 98e6617e3..80940a816 100644 --- a/ts/editable/mathjax-component.ts +++ b/ts/editable/mathjax-component.ts @@ -121,10 +121,6 @@ export const Mathjax: DecoratedElementConstructor = class Mathjax }; component?: Mathjax_svelte; - constructor() { - super(); - } - static get observedAttributes(): string[] { return ["block", "data-mathjax"]; }