From 93d354cbd90a8e558b53f602039826a9253ab45c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 30 Jun 2010 17:28:34 +0800 Subject: [PATCH] JSDOC/Options.js --- JSDOC/Options.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/JSDOC/Options.js b/JSDOC/Options.js index 00b6ec0..0f0422c 100644 --- a/JSDOC/Options.js +++ b/JSDOC/Options.js @@ -131,12 +131,12 @@ Options = { // should cacheDirectory be a subdirectory of target?? // if not set.. - if (!this.cacheDirectory) { - throw { - name: "ArgumentError", - message: "No cacheDirectory specified" - }; - } + //if (!this.cacheDirectory) { + // throw { + // name: "ArgumentError", + // message: "No cacheDirectory specified" + // }; + // } }, /** -- 2.39.2