You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:27:44 UTC

[07/10] git commit: [windows8] commandProxy was moved

[windows8] commandProxy was moved


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/c7f3689d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/c7f3689d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/c7f3689d

Branch: refs/heads/master
Commit: c7f3689d7b3b838084555f49d01f3f0ba4ae0f8c
Parents: f2ce6b4
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:59:03 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:59:03 2013 -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/c7f3689d/src/windows8/NetworkInfoProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/NetworkInfoProxy.js b/src/windows8/NetworkInfoProxy.js
index 37cb5fe..a95e61b 100644
--- a/src/windows8/NetworkInfoProxy.js
+++ b/src/windows8/NetworkInfoProxy.js
@@ -84,4 +84,4 @@ module.exports = {
 
 };
 
-require("cordova/commandProxy").add("NetworkStatus",module.exports);
\ No newline at end of file
+require("cordova/windows8/commandProxy").add("NetworkStatus",module.exports);