Initial ESlint conversion
This commit is contained in:
@ -6,7 +6,7 @@ import { ChangeAttributes, IChangedAttributesProperties } from "../track-revisio
|
||||
interface IInsertedRunOptions extends IChangedAttributesProperties, IRunOptions {}
|
||||
|
||||
export class InsertedTextRun extends XmlComponent {
|
||||
constructor(options: IInsertedRunOptions) {
|
||||
public constructor(options: IInsertedRunOptions) {
|
||||
super("w:ins");
|
||||
this.root.push(
|
||||
new ChangeAttributes({
|
||||
|
Reference in New Issue
Block a user