Initial ESlint conversion
This commit is contained in:
@ -2,7 +2,7 @@ import { IRunOptions, Run } from "./run";
|
||||
import { Text } from "./run-components/text";
|
||||
|
||||
export class TextRun extends Run {
|
||||
constructor(options: IRunOptions | string) {
|
||||
public constructor(options: IRunOptions | string) {
|
||||
if (typeof options === "string") {
|
||||
super({});
|
||||
this.root.push(new Text(options));
|
||||
|
Reference in New Issue
Block a user