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

index 08441db..05a0bfa 100644 (file)
@@ -238,7 +238,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);