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

index 401b760..bdb6a4e 100644 (file)
@@ -201,7 +201,7 @@ ScopeParser.prototype = {
         var isObjectLitAr = [ false ];
         
         this.scopes.push(scope);
-        token = this.ts.lookTok();
+        token = this.ts.lookTok(1);
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString());