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

index c306d9a..86789cd 100644 (file)
@@ -255,6 +255,7 @@ ScopeParser.prototype = {
                             //this.logR("parseScope DONE  : <B>ParseExpression</B> - tok is:" + this.ts.lookT(0).toString()); 
                             
                             token = this.ts.lookTok(0);
+                            print("AFTER EXP: " + token.toString());
                             if (token.data == ';') {
                                 break;
                             }