JSDOC/CompressWhite.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 05:17:27 +0000 (13:17 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 05:17:27 +0000 (13:17 +0800)
JSDOC/CompressWhite.js

index 8dc67a2..007d9d9 100644 (file)
@@ -235,7 +235,7 @@ CompressWhite =  function (ts, packer)
         
         if ((tok.outData == ';') && (out.length - outoff > 255)) {
             outoff = out.length;
         
         if ((tok.outData == ';') && (out.length - outoff > 255)) {
             outoff = out.length;
-            out += '\n';
+            out += "\n";
         }
     }
     //f.close();
         }
     }
     //f.close();