X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=a35790efc75602cb8687a971827e9d428055ef09;hb=76403eff4ef6e64d68f22883edf1c32d9059d4e5;hp=bd5a5381275417f5b43fbf91bebe7b959509b7f6;hpb=74f63aeb406185e251162a5accefa6ac341f3d26;p=gnome.introspection-doc-generator 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);