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:25:24 UTC

[08/12] git commit: [windows8] commandProxy has moved

[windows8] commandProxy has moved


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

Branch: refs/heads/master
Commit: 4d8693ccf2360affda4786682255380b4cc1b4b6
Parents: 4f53b37
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:30:41 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:30:41 2013 -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/4d8693cc/src/windows8/DeviceProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/DeviceProxy.js b/src/windows8/DeviceProxy.js
index bd57323..16145c0 100644
--- a/src/windows8/DeviceProxy.js
+++ b/src/windows8/DeviceProxy.js
@@ -46,5 +46,5 @@ module.exports = {
 
 };
 
-require("cordova/commandProxy").add("Device", module.exports);
+require("cordova/windows8/commandProxy").add("Device", module.exports);