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

index daa584e..ac6d73b 100644 (file)
@@ -174,7 +174,10 @@ Options = {
                     this[a].push(args[i]);
                 }
                 i--;
-           }
-                
+            }
+            throw {
+                name: "ArgumentError", 
+                message: "Do no know how to handle: " + a
+            };  
     
 }
\ No newline at end of file