added properties

This commit is contained in:
Dolan Miu
2016-03-28 03:55:33 +01:00
parent 7a78dacf8c
commit 611d80af6d
5 changed files with 59 additions and 16 deletions

View File

@ -20,7 +20,8 @@ describe('Calculator', () => {
var document = new docx.Document();
var paragraph = new docx.Paragraph();
//var body = new docx.Body();
console.log(JSON.stringify(paragraph));
console.log(paragraph);
console.log(JSON.stringify(paragraph, null, " "));
console.log(document.test());
});
});