X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=7c77be0748d3c77f55576f1d68e431cec599771c;hp=bd5a5381275417f5b43fbf91bebe7b959509b7f6;hb=HEAD;hpb=74f63aeb406185e251162a5accefa6ac341f3d26 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index bd5a538..7c77be0 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -176,6 +176,8 @@ ScopeParser.prototype = { this.globalScope.munge(); + this.globalScope.dump(); + }, @@ -363,7 +365,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);