From db74ffaf9524919392ffe3c28faf65024b4f9be4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:13:35 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a38af24..e9d138e 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -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); -- 2.39.2