From f46648d2644da6250b629d9c00556b0d332f9a80 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 18 Aug 2011 16:59:05 +0800 Subject: [PATCH] JSDOC/Packer.js --- JSDOC/Packer.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 2182440..1bdde2e 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -284,6 +284,8 @@ Packer.prototype = { } + + // if we are translating, write the translations strings at the top // of the file.. @@ -415,6 +417,7 @@ Packer.prototype = { print(sp.warnings.join("\n")); + var out = CompressWhite(new TokenStream(toks), this, this.keepWhite); // do not kill whitespace.. -- 2.39.2