JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 04:43:10 +0000 (12:43 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 04:43:10 +0000 (12:43 +0800)
JSDOC/ScopeParser.js

index 6786600..bcf9525 100644 (file)
@@ -658,7 +658,7 @@ ScopeParser.prototype = {
             identifier.refcount++;
         }
 
-        token = this.ts.nextT();
+        token = this.ts.nextTok();
         //assert token.getType() == Token.RP; // )
     },