JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:18:43 +0000 (13:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:18:43 +0000 (13:18 +0800)
JSDOC/ScopeParser.js

index 74b7001..83c74d1 100644 (file)
@@ -205,7 +205,7 @@ ScopeParser.prototype = {
     },
 
      
-
+    
 
 
     parseScope : function(scope) // parse a token stream..
@@ -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);