X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=d515586748615901df5a0ebe752e48f8e68bca63;hp=d49915e3f3f09cf418614a80aa4f99732d22ea4c;hb=0c1f4c84d2c895a915a71327ce0de52250b1e11d;hpb=591cd2a33b7ff4924dcac896c098111afadd49c1 diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index d49915e..d515586 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -658,7 +658,7 @@ ScopeParser.prototype = { var _this = this; token.items.forEach(function(expr) { _this.ts = new TokenStream(expr); - _this.parseExpression(scope) + _this.parseExpression() }); this.ts = curTS;