Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F0E2518A27 for ; Thu, 3 Mar 2016 00:27:45 +0000 (UTC) Received: (qmail 91943 invoked by uid 500); 3 Mar 2016 00:27:45 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 91914 invoked by uid 500); 3 Mar 2016 00:27:45 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 91905 invoked by uid 99); 3 Mar 2016 00:27:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Mar 2016 00:27:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BE978E0537; Thu, 3 Mar 2016 00:27:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: omefire@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-device-orientation git commit: Remove 'warning' emoji, as it doesn't correctly display in the docs website: http://cordova.apache.org/docs/en/dev/cordova-plugin-device-orientation/index.html Date: Thu, 3 Mar 2016 00:27:45 +0000 (UTC) Repository: cordova-plugin-device-orientation Updated Branches: refs/heads/master 3e3145f93 -> f2418e596 Remove 'warning' emoji, as it doesn't correctly display in the docs website: http://cordova.apache.org/docs/en/dev/cordova-plugin-device-orientation/index.html 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/f2418e59 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/f2418e59 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/f2418e59 Branch: refs/heads/master Commit: f2418e59687bac88245cba8fbc0f7c25434807ba Parents: 3e3145f Author: Omar Mefire Authored: Wed Mar 2 12:25:48 2016 -0800 Committer: Omar Mefire Committed: Wed Mar 2 12:25:48 2016 -0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/f2418e59/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index fe5b198..f58ffab 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Although the object is attached to the global scoped `navigator`, it is not avai console.log(navigator.compass); } -: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%20Orientation%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC) +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%20Orientation%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC) ## Installation --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org