diff --git a/ts/docx/document/body/index.ts b/ts/docx/document/body/index.ts index 4f86bd0c84..efae74c4d3 100644 --- a/ts/docx/document/body/index.ts +++ b/ts/docx/document/body/index.ts @@ -10,7 +10,7 @@ export class Body implements XmlComponent { constructor() { this.body = new Array(); - //this.body.push(new SectionProperties()); + //this.body.push(new SectionProperties()); not actually needed } push(component: XmlComponent) {