JSDOC/CompressWhite.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 06:52:44 +0000 (14:52 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 06:52:44 +0000 (14:52 +0800)
JSDOC/CompressWhite.js

index 0ca21b5..84fc23c 100644 (file)
@@ -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;
             //f.write(tok.identifier.mungedValue);
             out += tok.identifier.mungedValue;
             continue;