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

index bc7923c..e4dc1d7 100644 (file)
@@ -243,7 +243,7 @@ ScopeParser.prototype = {
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
             //this.dumpToken(token , this.scopes, this.braceNesting);
         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);
             //this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);