This commit is contained in:
Dolan Miu
2016-05-01 23:48:54 +01:00
parent 76a10529ff
commit beee938ad4

View File

@ -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;
}
}