From: Alan Knowles Date: Fri, 16 Jul 2010 05:04:41 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=3809fda8b3e9c3fbcf1362937d1f62f22faf9601;ds=sidebyside JSDOC/ScopeParser.js --- 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;