From: Alan Knowles Date: Thu, 15 Jul 2010 08:35:44 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=832edf57cab75465f624fb5b1503a683a04ad972 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 74d0549..a7abc9c 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -858,7 +858,7 @@ ScopeParser.prototype = { //assert token.getType() == Token.LP; if (this.mode == 'BUILDING_SYMBOL_TREE') { - fnScope = new Scope(this.braceNesting, currentScope, token.n, ''); + fnScope = new Scope(1, currentScope, token.n, ''); //println("STORING SCOPE" + this.ts.cursor);