fixed all tslint errors

This commit is contained in:
Dolan Miu
2016-05-26 15:08:34 +01:00
parent f075d3b719
commit a2284df881
42 changed files with 253 additions and 254 deletions

View File

@ -57,7 +57,7 @@ export class UnhideWhenUsed extends XmlComponent {
}
export class QuickFormat extends XmlComponent {
constructor() {
super("w:qFormat");
}

View File

@ -23,7 +23,7 @@ export class ParagraphStyle extends Style {
constructor(styleId: string) {
var attributes = new StyleAttributes({
let attributes = new StyleAttributes({
type: "paragraph",
styleId: styleId
});
@ -111,7 +111,7 @@ export class Heading6Style extends HeadingStyle {
}
export class ListParagraph extends ParagraphStyle {
constructor() {
super("ListParagraph");
this.root.push(new Name("List Paragraph"));