You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:46 UTC

[4/7] git commit: CB-6422 [windows8] use cordova/exec/proxy

CB-6422 [windows8] use cordova/exec/proxy


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/69815320
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/69815320
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/69815320

Branch: refs/heads/master
Commit: 69815320d1ee6054db4e116fccc0fd0ca47d10b7
Parents: 6831f06
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:34:37 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:34:37 2014 -0700

----------------------------------------------------------------------
 src/windows8/NetworkInfoProxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/69815320/src/windows8/NetworkInfoProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/NetworkInfoProxy.js b/src/windows8/NetworkInfoProxy.js
index a95e61b..b987718 100644
--- a/src/windows8/NetworkInfoProxy.js
+++ b/src/windows8/NetworkInfoProxy.js
@@ -84,4 +84,4 @@ module.exports = {
 
 };
 
-require("cordova/windows8/commandProxy").add("NetworkStatus",module.exports);
+require("cordova/exec/proxy").add("NetworkStatus",module.exports);