JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:30:53 +0000 (18:30 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Jul 2010 10:30:53 +0000 (18:30 +0800)
JSDOC/Options.js

index 8094ce9..971c098 100644 (file)
@@ -139,7 +139,7 @@ Options = {
             };
         }
         if (this.templateDir[0] !='/') {
-            this.templateDir = this.baseDir + '/' + this.template;
+            this.templateDir = this.baseDir + '/' + this.templateDir;
         }