JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index a3cffad..3bfc86d 100644 (file)
@@ -307,7 +307,7 @@ ScopeParser.prototype = {
                                     break;
                                 }
                                 nts.push(n);
-                                this.nextTok();
+                                this.ts.nextTok();
                             }
                             if (nts.length) {
                                 var TS = this.ts;