From: alan Date: Mon, 19 Apr 2010 09:34:49 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=9afe8cc021299c5d0661732286a4e3fddc15a8ca JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a3a695e..7a6e0da 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -261,9 +261,9 @@ ScopeParser.prototype = { if (token.name == "IN") { 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()); token = this.ts.lookTok(1);