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

index 4c82e76..3da9fed 100644 (file)
@@ -149,10 +149,10 @@ Walker2 = XObject.define(
             
             if (this.ts.cursor < 1) {
                 this.ts.cursor--; // hopeflly this kludge will work
             
             if (this.ts.cursor < 1) {
                 this.ts.cursor--; // hopeflly this kludge will work
-               }
-            
+            }
             
             
             
             
+            print(JSON.stringify(this.ts)); Seed.quit();
             
             while (false != (token = this.ts.next())) {
                 print("TOK"+ token.toString());
             
             while (false != (token = this.ts.next())) {
                 print("TOK"+ token.toString());