From 3809fda8b3e9c3fbcf1362937d1f62f22faf9601 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 13:04:41 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a3cffad..3bfc86d 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -307,7 +307,7 @@ ScopeParser.prototype = { break; } nts.push(n); - this.nextTok(); + this.ts.nextTok(); } if (nts.length) { var TS = this.ts; -- 2.39.2