JSDOC/Walker2.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index 17a350b..288056d 100644 (file)
@@ -123,7 +123,7 @@ Options = {
                     message: "invalid Source Directory : " +  v
                 };
             }
-        }
+        });
         
         
         if (!this.template) {
@@ -216,7 +216,7 @@ Options = {
     },
     
     
-    function showHelp()
+    showHelp: function()
     {
         print(this.usage);
         for(var i in this) {