From: Alan Knowles Date: Thu, 15 Jul 2010 06:06:18 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=37793f028e134d00b7fe00ee6427a60a61cd72f4 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 1f3a5d6..b4bfc12 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -883,7 +883,7 @@ ScopeParser.prototype = { //print(token.toString()); var outTS = this.ts; this.ts = new TokenStream(token.items); - print(JSON.stringify(this.ts,null,4); + print(JSON.stringify(this.ts,null,4)); this.parseScope(fnScope); this.ts = outTS; // now pop it off the stack!!!