From 0c2f46a0b6fca4b0b9158c158a313a11bb8b2305 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Fri, 8 Apr 2016 23:01:18 +0100 Subject: [PATCH] not needed --- ts/docx/document/body/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {