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

index c8fd66c..3ecd774 100644 (file)
@@ -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;
         }