From: Alan Knowles Date: Tue, 6 Jul 2010 09:59:17 +0000 (+0800) Subject: JSDOC/Walker2.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=1123786ef7d66457049853c06431f4b92493fa04 JSDOC/Walker2.js --- diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index 4c82e76..3da9fed 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -149,10 +149,10 @@ Walker2 = XObject.define( 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());