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:22 UTC

[2/4] git commit: CB-4889 renaming core inside windows8

CB-4889 renaming core inside windows8


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

Branch: refs/heads/dev
Commit: 0787b957c3e8d1716fdc302275def4a686da9708
Parents: 1680eb7
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 15:45:39 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:45:39 2013 +0200

----------------------------------------------------------------------
 src/windows8/AccelerometerProxy.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/0787b957/src/windows8/AccelerometerProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/AccelerometerProxy.js b/src/windows8/AccelerometerProxy.js
index a21c361..2c1bde7 100644
--- a/src/windows8/AccelerometerProxy.js
+++ b/src/windows8/AccelerometerProxy.js
@@ -22,7 +22,7 @@
 /*global Windows:true */
 
 var cordova = require('cordova'),
-    Acceleration = require('org.apache.cordova.core.device-motion.Acceleration');
+    Acceleration = require('org.apache.cordova.device-motion.Acceleration');
 
 /* This is the actual implementation part that returns the result on Windows 8
 */
@@ -67,4 +67,4 @@ module.exports = {
     }
 };
 
-require("cordova/commandProxy").add("Accelerometer",module.exports);
\ No newline at end of file
+require("cordova/commandProxy").add("Accelerometer",module.exports);