From 84f6c35884eecaa6ee2149cf36e4b21713e87899 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 18:01:38 +0800 Subject: [PATCH] JSDOC/Walker2.js --- JSDOC/Walker2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index 984be96..3132762 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -148,11 +148,11 @@ Walker2 = XObject.define( 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()); -- 2.39.2