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

index c6e2d65..a38af24 100644 (file)
@@ -210,6 +210,7 @@ ScopeParser.prototype = {
             this.dumpLine.str = '';
             return;
         }
+        
         print(
             (new Array(this.dumpLine.scope)).join("  ") + '|' + 
             (new Array(this.dumpLine.brace)).join("  ") + this.dumpLine.str);