From: Alan Knowles Date: Thu, 15 Jul 2010 04:11:58 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=2a5bb6d336c3cda9c3c45d03e04690b6a5157153 JSDOC/ScopeParser.js --- 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);