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

index 36e85ce..619dd6c 100644 (file)
@@ -322,6 +322,7 @@ ScopeParser.prototype = {
 
                 case "PUNC.LEFT_CURLY": // {
                 case "PUNC.LEFT_PAREN": // (    
+                    print('SCOPE-CURLY/PAREN:' + token.toString());
                     //println("<i>"+token.data+"</i>");
                     var curTS = this.ts;
                     if (token.props) {
@@ -345,7 +346,7 @@ ScopeParser.prototype = {
                         break;
                     }
                     
-                    print('SCOPE-CURLY:' + JSON.stringify(token,null,4));
+                    
                     var _this = this;
                     token.items.forEach(function(expr) {
                           _this.ts = new TokenStream(expr);