From 3d2dfd24d54c085c3dce4ff11151ec313d33081e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:09:59 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2