Initial ESlint conversion
This commit is contained in:
@ -8,7 +8,7 @@ export interface IMathOptions {
|
||||
}
|
||||
|
||||
export class Math extends XmlComponent {
|
||||
constructor(options: IMathOptions) {
|
||||
public constructor(options: IMathOptions) {
|
||||
super("m:oMath");
|
||||
|
||||
for (const child of options.children) {
|
||||
|
Reference in New Issue
Block a user