You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2016/03/04 01:35:48 UTC

[10/50] cordova-paramedic git commit: remove defaults for required params

remove defaults for required params


Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/948f98d7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/948f98d7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/948f98d7

Branch: refs/heads/master
Commit: 948f98d7f5cc783fa672b02f036a0d9e8efd1b28
Parents: 8ddb84a
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Mar 10 17:56:22 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Mar 10 17:56:22 2015 -0700

----------------------------------------------------------------------
 main.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/948f98d7/main.js
----------------------------------------------------------------------
diff --git a/main.js b/main.js
index dbf4c2e..ff83003 100755
--- a/main.js
+++ b/main.js
@@ -29,8 +29,6 @@ function run() {
 
 function init() {
     var argv = parseArgs(process.argv.slice(2),{default:{
-        plugin:".",
-        platform:"",
         timeout:TIMEOUT
     }});
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org