From beee938ad4611e23c39401472e66bce509f1e107 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Sun, 1 May 2016 23:48:54 +0100 Subject: [PATCH] clean up --- ts/docx/xml-components/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/docx/xml-components/index.ts b/ts/docx/xml-components/index.ts index bac715b390..2a01e3a570 100644 --- a/ts/docx/xml-components/index.ts +++ b/ts/docx/xml-components/index.ts @@ -127,7 +127,7 @@ export class Attributes extends XmlAttributeComponent { export class Text extends XmlUnitComponent { constructor(text: string) { - super("w:t"); //need special xml component + super("w:t"); this.root = text; } } \ No newline at end of file