JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 07:00:49 +0000 (15:00 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 07:00:49 +0000 (15:00 +0800)
JSDOC/ScopeParser.js

index 72cf11d..d49915e 100644 (file)
@@ -644,7 +644,7 @@ ScopeParser.prototype = {
                                     // key value..
                                     
                                     this.ts = new TokenStream(token.props[prop].val);
-                                    this.parseScope(scope);
+                                    this.parseScope(currentScope);
                                     
                                 }
                                 this.ts = curTS;