From: Alan Knowles Date: Thu, 15 Jul 2010 06:09:59 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=3d2dfd24d54c085c3dce4ff11151ec313d33081e JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index f54497a..98ca9cf 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -885,7 +885,7 @@ ScopeParser.prototype = { var _this = this; token.items.forEach(function(tar) { _this.ts = new TokenStream(tar); - this.parseScope(fnScope); + _this.parseScope(fnScope); }