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

index 413229f..1969f30 100644 (file)
@@ -761,7 +761,7 @@ ScopeParser.prototype = {
         // assert token.getType() == Token.LC;
         //this.braceNesting++;
 
-        //token = this.ts.nextTok();
+        token = this.ts.nextTok();
         if (token.type == "STRN" && this.ts.lookTok(1).data == ';') {
             /*