JSDOC/Walker2.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 14:45:02 +0000 (22:45 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 14:45:02 +0000 (22:45 +0800)
JSDOC/Walker2.js

index db484bf..c637133 100644 (file)
@@ -155,7 +155,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')) {