JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:04:41 +0000 (13:04 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:04:41 +0000 (13:04 +0800)
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;