From 2af1a995d77c21e2c13555797534bfc3df2080e8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 18:30:14 +0800 Subject: [PATCH] JSDOC/Options.js --- JSDOC/Options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Options.js b/JSDOC/Options.js index b01ea7e..8094ce9 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -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] !='/') { -- 2.39.2