JSDOC/Walker2.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 09:58:43 +0000 (17:58 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 09:58:43 +0000 (17:58 +0800)
JSDOC/Walker2.js

index d07e65d..4c82e76 100644 (file)
@@ -155,7 +155,7 @@ Walker2 = XObject.define(
             
             
             while (false != (token = this.ts.next())) {
-                //print("TOK"+ token.toString());
+                print("TOK"+ token.toString());
                 //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
                   
                 if (token.is('WHIT')) {