JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:31:58 +0000 (15:31 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:31:58 +0000 (15:31 +0800)
JSDOC/ScopeParser.js

index 7cc96f6..b66d375 100644 (file)
@@ -254,7 +254,7 @@ ScopeParser.prototype = {
                             this.parseExpression();
                             //this.logR("parseScope DONE  : <B>ParseExpression</B> - tok is:" + this.ts.lookT(0).toString()); 
                             
-                            token = this.ts.lookTok(0);
+                            token = this.ts.lookTok(1);
                             print("AFTER EXP: " + token.toString());
                             if (token.data == ';') {
                                 break;