mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Remove empty constructor
This commit is contained in:
parent
e06ff2ae3c
commit
111d34c17b
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