From 296a827df4cc9e3d7d3f6d0ab2a2b72860b1909d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:36:22 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) { -- 2.39.2