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