Remove empty constructor

This commit is contained in:
Henrik Giesel 2021-08-07 23:00:38 +02:00
parent e06ff2ae3c
commit 111d34c17b

View file

@ -121,10 +121,6 @@ export const Mathjax: DecoratedElementConstructor = class Mathjax
};
component?: Mathjax_svelte;
constructor() {
super();
}
static get observedAttributes(): string[] {
return ["block", "data-mathjax"];
}