From: Alan Knowles Date: Tue, 6 Jul 2010 10:01:38 +0000 (+0800) Subject: JSDOC/Walker2.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=84f6c35884eecaa6ee2149cf36e4b21713e87899 JSDOC/Walker2.js --- 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());