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