Formatting

This commit is contained in:
Dolan
2018-02-08 00:52:05 +00:00
parent a78f06b41b
commit 53ce3c1526

View File

@ -5,9 +5,11 @@ export class AppProperties extends XmlComponent {
constructor() { constructor() {
super("Properties"); super("Properties");
this.root.push(new AppPropertiesAttributes({ this.root.push(
xmlns: "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties", new AppPropertiesAttributes({
vt: "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes", xmlns: "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties",
})); vt: "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes",
}),
);
} }
} }