From 8ad0180515eb8753cd5219f55c1db026419ab736 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Jun 2010 17:26:08 +0800 Subject: [PATCH] JSDOC/Options.js --- JSDOC/Options.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JSDOC/Options.js b/JSDOC/Options.js index d94cd94..5e96f4e 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -79,9 +79,10 @@ Options = { // the reset of this is specific to JSDOC - and can not be moved to a generic handler.. + this.LOG.verbose = this.verbose; - + // this is most likely to come from the command line.. if (this.conf) { XObject.extend(this, JSON.parse(File.read(this.conf)));; } -- 2.39.2