From 4acc80484222ee29dad0a831f14605452c5cd3ef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:36:41 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 4722a4e..51cbb75 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -902,9 +902,9 @@ ScopeParser.prototype = { // now pop it off the stack!!! this.braceNesting = b4braceNesting; - print(this.ts.lookTok(-1).toString()); - print(this.ts.lookTok(0).toString()); - print(this.ts.lookTok(1).toString()); + print("ENDFN -1: " + this.ts.lookTok(-1).toString()); + print("ENDFN 0: " + this.ts.lookTok(0).toString()); + print("ENDFN 1: " + this.ts.lookTok(1).toString()); }, protectScopeFromObfuscation : function(scope) { -- 2.39.2