From 39ed9744c43a1993e2095df3b4b7de0b58c91d67 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 23:00:22 +0800 Subject: [PATCH] JSDOC/Walker2.js --- JSDOC/Walker2.js | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2