From: Alan Knowles Date: Thu, 15 Jul 2010 04:36:41 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4acc80484222ee29dad0a831f14605452c5cd3ef JSDOC/ScopeParser.js --- 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) {