From e50045f2a2490caf6074c15bde75130477bfe829 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:21:00 +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 0a502d3..9681925 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -842,6 +842,7 @@ ScopeParser.prototype = { } token = this.ts.nextTok(); + print(token.toString()); // assert token.getType() == Token.LC; this.braceNesting++; -- 2.39.2