fixing tests and formatter

This commit is contained in:
Dolan Miu
2016-04-09 21:12:55 +01:00
parent f68a2aff56
commit 50e2344d2c
4 changed files with 10 additions and 16 deletions

View File

@ -22,7 +22,6 @@ export class Paragraph extends XmlComponent {
constructor(text?: string) {
super("w:p");
this.root.push(new Attributes());
this.properties = new ParagraphProperties();
this.root.push(this.properties);
this.root.push(new TextRun(text));