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

index 60e1d28..38d3770 100644 (file)
@@ -275,7 +275,9 @@ CompressWhite =  function (ts, packer, keepWhite)
     while (true) {
         
         tok = keepWhite ? ts.next() : ts.nextTok();
-           
+        if (tok.type == "COMM") {
+            tok.outDate == ' ';
+        }
         if (!tok) {
             break;
         }