JSDOC/Walker2.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 23:25:21 +0000 (07:25 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 23:25:21 +0000 (07:25 +0800)
JSDOC/Walker2.js

index 1ce5b56..cad5b42 100644 (file)
@@ -156,7 +156,7 @@ Walker2 = XObject.define(
             //print(JSON.stringify(this.ts, null, 4)); Seed.quit();
             
             while (null != (token = this.ts.next())) {
-                //print("TOK"+ token.toString());
+                print("TOK"+ token.toString());
                 //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
                   
                 if (token.is('WHIT')) {