add JIRA issue tracker link
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/f9c6c81f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/f9c6c81f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/f9c6c81f Branch: refs/heads/master Commit: f9c6c81f6495fe0fe477a91fe90956029d1dfd47 Parents: 8f1ad44 Author: Julien Bouquillon <[email protected]> Authored: Thu Sep 10 18:26:52 2015 +0200 Committer: Julien Bouquillon <[email protected]> Committed: Thu Sep 10 18:26:52 2015 +0200 ---------------------------------------------------------------------- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/f9c6c81f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 84b841e..7736942 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Although the object is attached to the global scoped `navigator`, it is not avai console.log(navigator.accelerometer); } +:warning: Report issues on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Device%20Motion%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC) + ## Installation cordova plugin add cordova-plugin-device-motion @@ -168,4 +170,3 @@ device lies flat and facing up, _x_, _y_, and _z_ values returned should be - __y__: Amount of acceleration on the y-axis. (in m/s^2) _(Number)_ - __z__: Amount of acceleration on the z-axis. (in m/s^2) _(Number)_ - __timestamp__: Creation timestamp in milliseconds. _(DOMTimeStamp)_ - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
