From 8837a915ec9f8499d3a65cb3b514a701c9d2f315 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:48:34 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 80d4a93..9d8b7f2 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -352,7 +352,7 @@ ScopeParser.prototype = { if (this.ts.look(0).data == '{') { this.ts.nextTok(); } - + this.braceNesting++; print("<<<<<<