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