JSDOC/Options.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 06:38:25 +0000 (14:38 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Jun 2010 06:38:25 +0000 (14:38 +0800)
JSDOC/Options.js

index a330d76..598568a 100644 (file)
@@ -49,7 +49,16 @@ Options = {
         // help ?? -- usage..
         
         if (!this.files.length) {
+            throw {
+                name: "ArgumentError", 
+                message: "No files specified" 
+            };
+        }
+        if (!this.template) {
             
         }
+        
+        
+        
     }
 }
\ No newline at end of file