From: Alan Knowles Date: Tue, 6 Jul 2010 15:00:22 +0000 (+0800) Subject: JSDOC/Walker2.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=39ed9744c43a1993e2095df3b4b7de0b58c91d67 JSDOC/Walker2.js --- diff --git a/JSDOC/Walker2.js b/JSDOC/Walker2.js index cb02e38..611e909 100644 --- a/JSDOC/Walker2.js +++ b/JSDOC/Walker2.js @@ -510,6 +510,7 @@ Walker2 = XObject.define( scopeName = fixAlias(scopeName); var fnScope = new Scope(this.braceNesting, scope, token.n, '$this$='+scopeName+'.prototype|$private$|'+scopeName+'.prototype'); + this.indexedScopes[this.ts.cursor] = fnScope; //scope = fnScope; //this.scopesIn(fnScope);