From 831eccef7c58a11e989c82e6b2ac16862141d5e2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 Dec 2012 16:39:32 +0800 Subject: [PATCH] JSDOC/CompressWhite.js --- JSDOC/CompressWhite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index c8fd66c..3ecd774 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -290,7 +290,7 @@ CompressWhite = function (ts, packer, keepWhite) if (tok.type == "NAME" && tok.identifier && tok.identifier.mungedValue && tok.identifier.mungedValue.length) { //f.write(tok.identifier.mungedValue); - print("MUNGED: tok.identifier.mungedValue"); + print("MUNGED: " + tok.identifier.mungedValue); out += tok.identifier.mungedValue; continue; } -- 2.39.2