You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/09/25 15:59:23 UTC

[3/4] git commit: CB-4889

CB-4889


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

Branch: refs/heads/dev
Commit: 655d05df82f65fb89833742276885b66432dce57
Parents: 0787b95
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:57:53 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:57:53 2013 +0200

----------------------------------------------------------------------
 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/655d05df/src/windows8/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/AccelerometerProxy.js b/src/windows8/AccelerometerProxy.js
index 2c1bde7..d76e9b2 100644
--- a/src/windows8/AccelerometerProxy.js
+++ b/src/windows8/AccelerometerProxy.js
@@ -67,4 +67,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Accelerometer",module.exports);
+require("cordova/windows8/commandProxy").add("Accelerometer",module.exports);