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 2015/07/25 01:02:50 UTC

js commit: argscheck does not use exec

Repository: cordova-js
Updated Branches:
  refs/heads/master e994460cf -> 57e272cf0


argscheck does not use exec


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/57e272cf
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/57e272cf
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/57e272cf

Branch: refs/heads/master
Commit: 57e272cf04bacb7593cfda855734d1cc3fc33d10
Parents: e994460
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Jul 24 16:02:44 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Jul 24 16:02:44 2015 -0700

----------------------------------------------------------------------
 src/common/argscheck.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/57e272cf/src/common/argscheck.js
----------------------------------------------------------------------
diff --git a/src/common/argscheck.js b/src/common/argscheck.js
index 104739a..f987270 100644
--- a/src/common/argscheck.js
+++ b/src/common/argscheck.js
@@ -19,7 +19,6 @@
  *
 */
 
-var exec = require('cordova/exec');
 var utils = require('cordova/utils');
 
 var moduleExports = module.exports;


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