JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / 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;
         }