From 2a70cc4539e87e6969ec43d2101602e1753016de Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:06:16 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 0555fd7..1f3a5d6 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -883,6 +883,7 @@ ScopeParser.prototype = { //print(token.toString()); var outTS = this.ts; this.ts = new TokenStream(token.items); + print(JSON.stringify(this.ts,null,4); this.parseScope(fnScope); this.ts = outTS; // now pop it off the stack!!! -- 2.39.2