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

index a38af24..e9d138e 100644 (file)
@@ -205,14 +205,14 @@ ScopeParser.prototype = {
                 return;
             }
             print(
-                (new Array(this.dumpLine.scope)).join("  ") + '|' + 
+            //    (new Array(this.dumpLine.scope)).join("  ") + '|' + 
                 (new Array(this.dumpLine.brace)).join("  ") + this.dumpLine.str);
             this.dumpLine.str = '';
             return;
         }
         
         print(
-            (new Array(this.dumpLine.scope)).join("  ") + '|' + 
+          //  (new Array(this.dumpLine.scope)).join("  ") + '|' + 
             (new Array(this.dumpLine.brace)).join("  ") + this.dumpLine.str);