From: Alan Knowles Date: Tue, 6 Jul 2010 10:30:53 +0000 (+0800) Subject: JSDOC/Options.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=f8dfa7ff9356a5f4b441fffda2bd0cca144b265a JSDOC/Options.js --- diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 8094ce9..971c098 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -139,7 +139,7 @@ Options = { }; } if (this.templateDir[0] !='/') { - this.templateDir = this.baseDir + '/' + this.template; + this.templateDir = this.baseDir + '/' + this.templateDir; }