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 02:36:32 UTC

git commit: testing

Updated Branches:
  refs/heads/master 2bd7061b6 -> 45df38579


testing


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

Branch: refs/heads/master
Commit: 45df38579f5d407343b1b64ae5ce9ea81a580d94
Parents: 2bd7061
Author: Steven Gill <st...@gmail.com>
Authored: Mon May 13 17:36:23 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon May 13 17:36:23 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/45df3857/www/accelerometer.js
----------------------------------------------------------------------
diff --git a/www/accelerometer.js b/www/accelerometer.js
index 0bbb749..46665ca 100644
--- a/www/accelerometer.js
+++ b/www/accelerometer.js
@@ -166,5 +166,5 @@ var accelerometer = {
         }
     }
 };
-
+console.log("SHIT "+ accelerometer);
 module.exports = accelerometer;