From: Alan Knowles Date: Thu, 15 Jul 2010 07:00:49 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=591cd2a33b7ff4924dcac896c098111afadd49c1 JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 72cf11d..d49915e 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -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;