X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=3bfc86dd13c3726dcbf5bd2a4e578837878b933e;hp=a3cffad5bcdd00d30e2b5099f880cf69daa37273;hb=3809fda8b3e9c3fbcf1362937d1f62f22faf9601;hpb=548b76223ebb9688c2e546f079d6dbc26df63ba9 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;