lots of tslinting
This commit is contained in:
@ -5,7 +5,7 @@ export class Style extends XmlComponent {
|
||||
constructor(type: string) {
|
||||
super("w:pStyle");
|
||||
this.root.push(new Attributes({
|
||||
val: type
|
||||
val: type,
|
||||
}));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user