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/05/14 01:51:41 UTC

git commit: updated requirejs reference

Updated Branches:
  refs/heads/master 679def925 -> 2bd7061b6


updated requirejs reference


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

Branch: refs/heads/master
Commit: 2bd7061b67319dff513fb74b4d0253fd5ff757ab
Parents: 679def9
Author: Steven Gill <st...@gmail.com>
Authored: Mon May 13 16:51:35 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon May 13 16:51:35 2013 -0700

----------------------------------------------------------------------
 www/accelerometer.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/2bd7061b/www/accelerometer.js
----------------------------------------------------------------------
diff --git a/www/accelerometer.js b/www/accelerometer.js
index d604eb0..0bbb749 100644
--- a/www/accelerometer.js
+++ b/www/accelerometer.js
@@ -26,7 +26,7 @@
 var argscheck = require('cordova/argscheck'),
     utils = require("cordova/utils"),
     exec = require("cordova/exec"),
-    Acceleration = require('www/Acceleration');
+    Acceleration = require('org.apache.cordova.core.AccelListener.Acceleration');
 
 // Is the accel sensor running?
 var running = false;