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 19:51:25 UTC

git commit: updated to work with plugman

Updated Branches:
  refs/heads/master 7617ea07e -> 0fc202169


updated to work with plugman


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/0fc20216
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/0fc20216
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/0fc20216

Branch: refs/heads/master
Commit: 0fc2021692378b938a56e9acbb7763355b0a8611
Parents: 7617ea0
Author: Steven Gill <st...@gmail.com>
Authored: Tue May 14 10:51:18 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue May 14 10:51:18 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/0fc20216/www/compass.js
----------------------------------------------------------------------
diff --git a/www/compass.js b/www/compass.js
index 896c706..80bfe83 100644
--- a/www/compass.js
+++ b/www/compass.js
@@ -22,8 +22,8 @@
 var argscheck = require('cordova/argscheck'),
     exec = require('cordova/exec'),
     utils = require('cordova/utils'),
-    CompassHeading = require('cordova/plugin/CompassHeading'),
-    CompassError = require('cordova/plugin/CompassError'),
+    CompassHeading = require('org.apache.cordova.core.CompassListener.CompassHeading'),
+    CompassError = require('org.apache.cordova.core.CompassListener.CompassError'),
     timers = {},
     compass = {
         /**