JSDOC/Walker2.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 15:00:22 +0000 (23:00 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 15:00:22 +0000 (23:00 +0800)
JSDOC/Walker2.js

index cb02e38..611e909 100644 (file)
@@ -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);