JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:20:01 +0000 (13:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:20:01 +0000 (13:20 +0800)
JSDOC/ScopeParser.js

index f2fcf29..582c905 100644 (file)
@@ -243,7 +243,7 @@ ScopeParser.prototype = {
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
             //this.dumpToken(token , this.scopes, this.braceNesting);
-            //print('SCOPE:' + token.toString());
+            print('SCOPE:' + token.toString());
             //this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);
@@ -620,7 +620,7 @@ ScopeParser.prototype = {
            */ 
            
            //this.dumpToken(token,  this.scopes, this.braceNesting );
-           //print('EXP' +  token.toString());
+           print('EXPR' +  token.toString());
             
             
             //println("<i>"+token.data+"</i>");