You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/05 18:09:39 UTC

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

Branch: refs/heads/cdvtest
Commit: f1e842fa9e3ae8ade9c2dc15eb07dd1c7ce32c4f
Parents: d9a8d14
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Apr 8 16:06:22 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Apr 8 16:06:22 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/f1e842fa/src/windows8/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/AccelerometerProxy.js b/src/windows8/AccelerometerProxy.js
index d76e9b2..0b41ba7 100644
--- a/src/windows8/AccelerometerProxy.js
+++ b/src/windows8/AccelerometerProxy.js
@@ -67,4 +67,4 @@ module.exports = {
     }
 };
 
-require("cordova/windows8/commandProxy").add("Accelerometer",module.exports);
+require("cordova/exec/proxy").add("Accelerometer",module.exports);