JSDOC/Walker2.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:01:38 +0000 (18:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:01:38 +0000 (18:01 +0800)
JSDOC/Walker2.js

index 984be96..3132762 100644 (file)
@@ -148,11 +148,11 @@ Walker2 = XObject.define(
             var scopeLen = this.scopes.length;
             
             if (this.ts.cursor < 1) {
             var scopeLen = this.scopes.length;
             
             if (this.ts.cursor < 1) {
-                //this.ts.cursor--; // hopeflly this kludge will work
+                 this.ts.cursor--; // hopeflly this kludge will work
             }
             
             
             }
             
             
-            print(JSON.stringify(this.ts, null, 4)); Seed.quit();
+            //print(JSON.stringify(this.ts, null, 4)); Seed.quit();
             
             while (false != (token = this.ts.next())) {
                 print("TOK"+ token.toString());
             
             while (false != (token = this.ts.next())) {
                 print("TOK"+ token.toString());