Updated Branches:
  refs/heads/master 86bfd871d -> 852cd73cf

Fix require paths that were broken by plugin id changes


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

Branch: refs/heads/master
Commit: 852cd73cfb1b0bd596ac7ed6d49ae7eaf8baadda
Parents: 86bfd87
Author: Andrew Grieve <[email protected]>
Authored: Fri Jun 28 19:46:10 2013 -0400
Committer: Andrew Grieve <[email protected]>
Committed: Fri Jun 28 21:43:09 2013 -0400

----------------------------------------------------------------------
 docs/compass.clearWatchFilter.md | 2 +-
 src/ios/CDVCompass.m             | 2 +-
 www/compass.js                   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/852cd73c/docs/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/docs/compass.clearWatchFilter.md b/docs/compass.clearWatchFilter.md
index 8c92c03..97ea194 100644
--- a/docs/compass.clearWatchFilter.md
+++ b/docs/compass.clearWatchFilter.md
@@ -20,4 +20,4 @@ license: Licensed to the Apache Software Foundation (ASF) 
under one
 compass.clearWatchFilter
 ========================
 
-No longer supported as of 1.6.  See `compass.clearWatch`.
\ No newline at end of file
+No longer supported as of 1.6.  See `compass.clearWatch`.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/852cd73c/src/ios/CDVCompass.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVCompass.m b/src/ios/CDVCompass.m
index 1253df7..cb3401a 100644
--- a/src/ios/CDVCompass.m
+++ b/src/ios/CDVCompass.m
@@ -303,4 +303,4 @@
     self.headingData = nil;
 }
 
-@end
\ No newline at end of file
+@end

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

Reply via email to