X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=57ba1aa3174537499b557768fc416ee1ddc2e021;hp=267152b2972c8e1c19bf70188e429a6af1ecb239;hb=d7ee237b7c37aa077259aa11dd43a08df6ab7699;hpb=0352fabe4a0a803e9f51632b5f06cdd016f489be diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 267152b..57ba1aa 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -635,7 +635,9 @@ ScopeParser.prototype = { var ts = this.ts; var _this = this; token.items.forEach(function(ns) { + _this.ts = new TokenStream(ns); + _this.ts.cursor = -1; _this.parseExpression(); }); this.ts = ts;