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

git commit: [CB-3687] compass functionality is supported by cordova common js and the blackberry10 runtime. No native functionality exists, and compass works as expected. README added.

Updated Branches:
  refs/heads/master a36ea7299 -> 75ae8b815


[CB-3687] compass functionality is supported by cordova common js and the blackberry10 runtime. No native functionality exists, and compass works as expected. README added.


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

Branch: refs/heads/master
Commit: 75ae8b8156b59e72b3ed8f981e8ff6ca6e2c63c0
Parents: a36ea72
Author: lorinbeer <lo...@adobe.com>
Authored: Tue Jul 16 14:48:05 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Tue Jul 16 14:48:05 2013 -0700

----------------------------------------------------------------------
 src/blackberry10/README.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/75ae8b81/src/blackberry10/README.md
----------------------------------------------------------------------
diff --git a/src/blackberry10/README.md b/src/blackberry10/README.md
new file mode 100644
index 0000000..d69a732
--- /dev/null
+++ b/src/blackberry10/README.md
@@ -0,0 +1,3 @@
+# BlackBerry 10 Device Orientation Plugin
+
+Cordova Device Orientation Plugin (compass) functionality is entirely contained within common js and the BB10 js runtime. There is no native implementation required.