mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Remove empty constructor
This commit is contained in:
parent
970a5f008b
commit
48912b016e
1 changed files with 0 additions and 4 deletions
|
|
@ -121,10 +121,6 @@ export const Mathjax: DecoratedElementConstructor = class Mathjax
|
|||
};
|
||||
component?: Mathjax_svelte;
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
static get observedAttributes(): string[] {
|
||||
return ["block", "data-mathjax"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue