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

index b01ea7e..8094ce9 100644 (file)
@@ -135,7 +135,7 @@ Options = {
         if (!this.templateDir) {
             throw {
                 name: "ArgumentError", 
-                message: "No template Directory specified" 
+                message: "No templateDir Directory specified" 
             };
         }
         if (this.templateDir[0] !='/') {