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

index 55687ad..bc7ba9e 100644 (file)
@@ -151,7 +151,8 @@ CompressWhite =  function (ts, packer)
             
             // any more??
             // a = function(....) { } 
-              //    print(ts.lookTok(2).toString());
+               print("1:" +ts.lookTok(1).toString());
+                 print("2:" +ts.lookTok(2).toString());
             if (ts.lookTok(1).data == '=' &&  ts.lookTok(2).name == 'FUNCTION' ) {
                 // freeze time.. 
                 print("compress white : got a = function ");