From 36ac4438d9cccc98d0b781d80e9149dabddae711 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:49:39 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index dd3116d..372990d 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -199,15 +199,15 @@ ScopeParser.prototype = { return; } - //if (this.dumpLine.scope == scope.length && this.dumpLine.brace == brace) { + if (this.dumpLine.scope == scope.length && this.dumpLine.brace == brace) { this.dumpLine.str += tok.data + ' '; - if (this.dumpLine.str.length > 80 || tok.data ==';') { + // if (this.dumpLine.str.length > 80 || tok.data ==';') { print( // (new Array(this.dumpLine.scope)).join(" ") + '|' + (new Array(this.dumpLine.brace+1)).join(" ") + this.dumpLine.str); this.dumpLine.str = ''; - } + // } return; //} -- 2.39.2