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 2014/07/29 21:53:36 UTC

git commit: update NetworkProxy.js

Repository: cordova-plugin-network-information
Updated Branches:
  refs/heads/master b61bc6700 -> 531248555


update NetworkProxy.js


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

Branch: refs/heads/master
Commit: 53124855555dee893b929491310fa27ccebd8eb2
Parents: b61bc67
Author: Willy Aguirre <ma...@gmail.com>
Authored: Tue Jul 29 06:39:05 2014 -0500
Committer: Willy Aguirre <ma...@gmail.com>
Committed: Tue Jul 29 06:39:05 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/53124855/src/firefoxos/NetworkProxy.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/NetworkProxy.js b/src/firefoxos/NetworkProxy.js
index f4e8208..da7e39b 100644
--- a/src/firefoxos/NetworkProxy.js
+++ b/src/firefoxos/NetworkProxy.js
@@ -86,4 +86,4 @@ module.exports = {
   }
 };
 
-require("cordova/firefoxos/commandProxy").add("NetworkStatus", module.exports);
\ No newline at end of file
+require("cordova/exec/proxy").add("NetworkStatus", module.exports);
\ No newline at end of file