From: Julian Knowles Date: Fri, 2 Aug 2013 05:40:22 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=1a023450ef782c0ea1115ff335de50e0595262f3 JSDOC/ScopeParser.js --- 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);