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

index 598568a..a116ad3 100644 (file)
@@ -55,7 +55,10 @@ Options = {
             };
         }
         if (!this.template) {
-            
+            throw {
+                name: "ArgumentError", 
+                message: "No template specified" 
+            };
         }