fixed all tslint errors
This commit is contained in:
@ -5,11 +5,11 @@ export class Body extends XmlComponent {
|
||||
|
||||
constructor() {
|
||||
super("w:body");
|
||||
//this.root.push(new SectionProperties()); not actually needed
|
||||
// this.root.push(new SectionProperties()); not actually needed
|
||||
}
|
||||
|
||||
push(component: XmlComponent) {
|
||||
//this.root.splice(this.body.length - 1, 0, component);
|
||||
// this.root.splice(this.body.length - 1, 0, component);
|
||||
this.root.push(component);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user