From a181b3a5db6251712656785dd0a42e45fc591f41 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Wed, 6 Apr 2016 01:15:41 +0100 Subject: [PATCH] added declarations --- ts/export/packer/packer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/export/packer/packer.ts b/ts/export/packer/packer.ts index 44f7954019..4eabb3708e 100644 --- a/ts/export/packer/packer.ts +++ b/ts/export/packer/packer.ts @@ -47,7 +47,7 @@ export abstract class Packer { });*/ var xmlDocument = xml(this.formatter.format(this.document)); var xmlStyle = xml(this.style); - var xmlProperties = xml(this.formatter.format(this.properties)); + var xmlProperties = xml(this.formatter.format(this.properties), { declaration: { standalone: 'yes', encoding: 'UTF-8' } }); //console.log(JSON.stringify(this.formatter.format(this.document), null, " ")); //console.log(xmlDocument);