JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:28:34 +0000 (17:28 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 30 Jun 2010 09:28:34 +0000 (17:28 +0800)
JSDOC/Options.js

index 00b6ec0..0f0422c 100644 (file)
@@ -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" 
+        //    };
+        // }
         
     },
     /**