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:56:35 UTC

[4/6] 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-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/6bebb489
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/6bebb489
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/6bebb489

Branch: refs/heads/master
Commit: 6bebb48968464ca07bf2218d83e73ffe20c4d078
Parents: 90f1156
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:04:47 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:04:47 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/6bebb489/src/windows8/DeviceProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/DeviceProxy.js b/src/windows8/DeviceProxy.js
index 1567d28..3a2aed3 100644
--- a/src/windows8/DeviceProxy.js
+++ b/src/windows8/DeviceProxy.js
@@ -46,5 +46,5 @@ module.exports = {
 
 };
 
-require("cordova/windows8/commandProxy").add("Device", module.exports);
+require("cordova/exec/proxy").add("Device", module.exports);