JSDOC/CompressWhite.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:31:20 +0000 (16:31 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:31:20 +0000 (16:31 +0800)
JSDOC/CompressWhite.js

index e6a0855..27311ff 100644 (file)
@@ -283,7 +283,8 @@ CompressWhite =  function (ts, packer, keepWhite)
             tok.outData = '\n';
         }
         
-        if (tok.type == "NAME"  && tok.identifier && tok.identifier.mungedValue && 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;