JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:12:11 +0000 (14:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:12:11 +0000 (14:12 +0800)
JSDOC/ScopeParser.js

index c6880bc..a09f746 100644 (file)
@@ -252,8 +252,8 @@ ScopeParser.prototype = {
                     //this.log("parseScope GOT VAR/CONST : " + token.toString()); 
                     while (true) {
                         token = this.ts.nextTok();
-                        !this.debug|| print( token.toString());
-                      
+                        //!this.debug|| print( token.toString());
+                        print('SCOPE-VAR:' + token.toString());
                         if (!token) { // can return false at EOF!
                             break;
                         }