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

index d12e908..3b762d4 100644 (file)
@@ -213,7 +213,7 @@ ScopeParser.prototype = {
                     //this.log("parseScope GOT VAR/CONST : " + token.toString()); 
                     while (true) {
                         token = this.ts.nextTok();
-                        
+                         print(token.toString());
                       
                         if (!token) { // can return false at EOF!
                             break;