From: Alan Knowles Date: Thu, 15 Jul 2010 04:36:22 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=296a827df4cc9e3d7d3f6d0ab2a2b72860b1909d JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 7cd9025..4722a4e 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -902,7 +902,9 @@ ScopeParser.prototype = { // now pop it off the stack!!! this.braceNesting = b4braceNesting; - print(this.ts.look(0).toString()); + print(this.ts.lookTok(-1).toString()); + print(this.ts.lookTok(0).toString()); + print(this.ts.lookTok(1).toString()); }, protectScopeFromObfuscation : function(scope) {