From: Alan Knowles Date: Tue, 29 Jun 2010 06:37:24 +0000 (+0800) Subject: JSDOC/Options.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=0f5fb2a2f459f0f74589633c07b96b7943f71411 JSDOC/Options.js --- diff --git a/JSDOC/Options.js b/JSDOC/Options.js index fbe2aef..a330d76 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -40,11 +40,16 @@ Options = { }, init : function() { - Log.verbose = this.verbose; - if (Options.conf) { - XObject.extend(this, JSON.parse(File.read(Options.conf)));; + this.LOG.verbose = this.verbose; + + + if (this.conf) { + XObject.extend(this, JSON.parse(File.read(this.conf)));; } // help ?? -- usage.. + if (!this.files.length) { + + } } } \ No newline at end of file