X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=a7abc9c54784d1cfd7e7ea1ebe9f5bc7e0a823b1;hb=832edf57cab75465f624fb5b1503a683a04ad972;hp=74d0549c2eaf5789ece57a4fac1988cacd641ff0;hpb=58a1e9d6078da0a15d038c662d90ab0f6bb9b4e5;p=gnome.introspection-doc-generator 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);