From 44754a3cff51a7fb0ca527a9d90580b09a8975da Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:43:41 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index c781339..602f6ed 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -309,7 +309,9 @@ ScopeParser.prototype = { break; } else { //var bn = this.braceNesting; + var bn = this.braceNesting; this.parseExpression(); + this.braceNesting = bn; //this.braceNesting = bn; //this.logR("parseScope DONE : ParseExpression - tok is:" + this.ts.lookT(0).toString()); @@ -349,6 +351,7 @@ ScopeParser.prototype = { // eat symbol if we are currently at { if (this.ts.look(0).data == '{') { this.ts.nextTok(); + } print("<<<<<<