JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / 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 ");