You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/07/09 21:11:17 UTC

git commit: [CB-4131] Use relative require paths in compass plugin.

Updated Branches:
  refs/heads/master b6987b335 -> b06543605


[CB-4131] Use relative require paths in compass plugin.


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

Branch: refs/heads/master
Commit: b065436059c6696ecb9ae199cac74ea3f3264490
Parents: b6987b3
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Jul 9 14:54:25 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Jul 9 14:54:25 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/b0654360/www/compass.js
----------------------------------------------------------------------
diff --git a/www/compass.js b/www/compass.js
index cc2dd98..d2be118 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('org.apache.cordova.core.device-orientation.CompassHeading'),
-    CompassError = require('org.apache.cordova.core.device-orientation.CompassError'),
+    CompassHeading = require('./CompassHeading'),
+    CompassError = require('./CompassError'),
 
     timers = {},
     compass = {