JSDOC/CompressWhite.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:33:08 +0000 (16:33 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:33:08 +0000 (16:33 +0800)
JSDOC/CompressWhite.js

index b79be00..c9f328b 100644 (file)
@@ -277,7 +277,7 @@ CompressWhite =  function (ts, packer, keepWhite)
     while (true) {
         
         tok = keepWhite ? ts.next() : ts.nextTok();
-        
+        print(JSON.stringify(ts,null,4));
         if (!tok) {
             break;
         }