JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:22:46 +0000 (17:22 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:22:46 +0000 (17:22 +0800)
JSDOC/ScopeParser.js

index 0778bee..8d83d8a 100644 (file)
@@ -212,7 +212,7 @@ ScopeParser.prototype = {
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
              
-            this.log(token.data);
+            this.log(qtoken.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);
             }
@@ -761,7 +761,7 @@ ScopeParser.prototype = {
         // assert token.getType() == Token.LC;
         this.braceNesting++;
 
-        token = this.ts.nextTok();
+         
         if (token.type == "STRN" && this.ts.lookTok(1).data == ';') {
             /*