Remove empty constructor

This commit is contained in:
Henrik Giesel 2021-08-07 23:00:38 +02:00
parent 970a5f008b
commit 48912b016e

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"];
}