From 1a023450ef782c0ea1115ff335de50e0595262f3 Mon Sep 17 00:00:00 2001 From: Julian Knowles Date: Fri, 2 Aug 2013 13:40:22 +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 bd5a538..a35790e 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -363,7 +363,7 @@ ScopeParser.prototype = { var _this = this; for (var xx =0; xx < token.items.length; xx++) { - expr = token.items[i]; + expr = token.items[xx]; //token.items.forEach(function(expr) { //print(expr.toString()); _this.ts = new TokenStream(expr); -- 2.39.2