removed Shan Fu

This commit is contained in:
Dolan Miu
2016-07-19 18:45:07 +01:00
parent c71ebe8280
commit d05fc89678

View File

@ -24,9 +24,9 @@ describe("Packer", () => {
document.addParagraph(new Paragraph("heading 2").heading2()); document.addParagraph(new Paragraph("heading 2").heading2());
document.addParagraph(paragraph); document.addParagraph(paragraph);
let properties = new Properties({ let properties = new Properties({
creator: "Shan Fu", creator: "Dolan Miu",
revision: "1", revision: "1",
lastModifiedBy: "Shan Fu" lastModifiedBy: "Dolan Miu"
}); });
stylesFactory = new DefaultStylesFactory(); stylesFactory = new DefaultStylesFactory();
packer = new LocalPacker(document, stylesFactory.newInstance(), properties); packer = new LocalPacker(document, stylesFactory.newInstance(), properties);