Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B196AC129 for ; Wed, 12 Nov 2014 17:48:39 +0000 (UTC) Received: (qmail 59609 invoked by uid 500); 12 Nov 2014 17:48:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 59578 invoked by uid 500); 12 Nov 2014 17:48:34 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 59561 invoked by uid 99); 12 Nov 2014 17:48:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 17:48:34 +0000 Date: Wed, 12 Nov 2014 17:48:34 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7977) mention deviceready in plugin docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14208317#comment-14208317 ] ASF subversion and git services commented on CB-7977: ----------------------------------------------------- Commit a520f0de030a217868dcf409bf9612defe20170f in cordova-plugin-vibration's branch refs/heads/master from [~jsoref] [ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;h=a520f0d ] CB-7977 Mention deviceready in plugin docs > mention deviceready in plugin docs > ---------------------------------- > > Key: CB-7977 > URL: https://issues.apache.org/jira/browse/CB-7977 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Camera, Plugin Console, Plugin Device Motion, Plugin Device Orientation, Plugin Dialogs, Plugin File, Plugin File Transfer, Plugin Geolocation, Plugin Globalization, Plugin InAppBrowser, Plugin Media, Plugin Media Capture, Plugin Statusbar, Plugin Vibration > Affects Versions: 3.5.0 > Reporter: Josh Soref > Assignee: Josh Soref > > for a in cordova-plugin-*; do test -f $a/doc/index.md && grep -l deviceready $a/doc/index.md || (grep -L deviceready $a/doc/index.md |sed -e 's/^/no deviceready in: /'; grep -lr decideready $a/*); done 2>/dev/null |sort > cordova-plugin-battery-status/doc/index.md > cordova-plugin-device/doc/index.md > cordova-plugin-network-information/doc/index.md > cordova-plugin-splashscreen/doc/index.md > no deviceready in: cordova-plugin-camera/doc/index.md > no deviceready in: cordova-plugin-console/doc/index.md > no deviceready in: cordova-plugin-contacts/doc/index.md > no deviceready in: cordova-plugin-device-motion/doc/index.md > no deviceready in: cordova-plugin-device-orientation/doc/index.md > no deviceready in: cordova-plugin-dialogs/doc/index.md > no deviceready in: cordova-plugin-file-transfer/doc/index.md > no deviceready in: cordova-plugin-file/doc/index.md > no deviceready in: cordova-plugin-geolocation/doc/index.md > no deviceready in: cordova-plugin-globalization/doc/index.md > no deviceready in: cordova-plugin-inappbrowser/doc/index.md > no deviceready in: cordova-plugin-media-capture/doc/index.md > no deviceready in: cordova-plugin-media/doc/index.md > no deviceready in: cordova-plugin-statusbar/doc/index.md > no deviceready in: cordova-plugin-vibration/doc/index.md -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org