From 4f7c48c476ce090efe5ae09f564ff212822652ad Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 15:29:52 +0800 Subject: [PATCH] JSDOC/Packer.js --- JSDOC/Packer.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 677b1dd..718cf65 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -348,7 +348,9 @@ Packer.prototype = { sp.mungeSymboltree(); this.timerPrint("Munged Sym tree"); print(sp.warnings.join("\n")); - var out = CompressWhite(sp.ts, this); + + + var out = CompressWhite(new TokenStream(toks), this); this.timerPrint("Compressed"); return out; -- 2.39.2