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

[4/9] git commit: [windows8] commandProxy was moved

[windows8] commandProxy was moved


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

Branch: refs/heads/master
Commit: 06d7b3b790d0433e62c2d270a689f7b5966d02d6
Parents: 4bebacb
Author: purplecabbage <pu...@gmail.com>
Authored: Tue Sep 24 01:32:11 2013 -0700
Committer: purplecabbage <pu...@gmail.com>
Committed: Tue Sep 24 01:32:11 2013 -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/06d7b3b7/src/windows8/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/AccelerometerProxy.js b/src/windows8/AccelerometerProxy.js
index a21c361..4542a48 100644
--- a/src/windows8/AccelerometerProxy.js
+++ b/src/windows8/AccelerometerProxy.js
@@ -67,4 +67,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Accelerometer",module.exports);
\ No newline at end of file
+require("cordova/windows8/commandProxy").add("Accelerometer",module.exports);
\ No newline at end of file