lots of tslinting

This commit is contained in:
Dolan
2017-03-08 21:36:09 +00:00
parent 72683ea990
commit 0e89606ec9
13 changed files with 52 additions and 52 deletions

View File

@ -8,7 +8,7 @@ class Border extends XmlComponent {
color: "auto",
space: "1",
val: "single",
sz: "6"
sz: "6",
}));
}
}
@ -19,4 +19,4 @@ export class ThematicBreak extends XmlComponent {
super("w:pBdr");
this.root.push(new Border());
}
}
}