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

index c9f328b..e3eeb32 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));
+        print(JSON.stringify(tok,null,4));
         if (!tok) {
             break;
         }