From d7ee237b7c37aa077259aa11dd43a08df6ab7699 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:21:01 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2