JSDOC/CompressWhite.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:31:34 +0000 (13:31 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:31:34 +0000 (13:31 +0800)
JSDOC/CompressWhite.js

index e284e80..13d6df7 100644 (file)
@@ -279,7 +279,7 @@ CompressWhite =  function (ts, packer, keepWhite)
         if (!tok) {
             break;
         }
-        if (tok.type == "COMM") {
+        if (tok.name == "COMM") {
             tok.outData == '\n';
         }