From 4e17bd65efdaea7576a1b8cc363011c3925b2ea9 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 14:52:44 +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 0ca21b5..84fc23c 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -216,7 +216,7 @@ CompressWhite = function (ts, packer) } - if (tok.type == "NAME" && tok.identifier && tok.identifier.mungedValue.length) { + if (tok.type == "NAME" && tok.identifier && tok.identifier.mungedValue && tok.identifier.mungedValue.length) { //f.write(tok.identifier.mungedValue); out += tok.identifier.mungedValue; continue; -- 2.39.2