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