JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / JSDOC / CompressWhite.js
index 13d6df7..e6a0855 100644 (file)
@@ -279,8 +279,8 @@ CompressWhite =  function (ts, packer, keepWhite)
         if (!tok) {
             break;
         }
-        if (tok.name == "COMM") {
-            tok.outData == '\n';
+        if (tok.type == "COMM") {
+            tok.outData = '\n';
         }
         
         if (tok.type == "NAME"  && tok.identifier && tok.identifier.mungedValue && tok.identifier.mungedValue.length) {