JSDOC/PrettyPrint.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index b01ea7e..971c098 100644 (file)
@@ -135,11 +135,11 @@ Options = {
         if (!this.templateDir) {
             throw {
                 name: "ArgumentError", 
-                message: "No template Directory specified" 
+                message: "No templateDir Directory specified" 
             };
         }
         if (this.templateDir[0] !='/') {
-            this.templateDir = this.baseDir + '/' + this.template;
+            this.templateDir = this.baseDir + '/' + this.templateDir;
         }