JSDOC/CompressWhite.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 14 Jul 2010 08:14:51 +0000 (16:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 14 Jul 2010 08:14:51 +0000 (16:14 +0800)
JSDOC/CompressWhite.js

index de1b149..b02c3f2 100644 (file)
@@ -85,7 +85,8 @@ CompressWhite =  function (ts, packer)
                     
                     throw "could not find end lbrace!!!";
                 }
-                
+                print(ts.lookTok(1).toString());
+                print(ts.look(1,true).toString());
                 
                 // if next is not ';' -> make it so...
                 // although this var a=function(){},v,c; causes