[ https://issues.apache.org/jira/browse/CB-7977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14201122#comment-14201122 ]
ASF GitHub Bot commented on CB-7977: ------------------------------------ GitHub user jsoref opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/50 CB-7977 Mention deviceready in plugin docs You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-plugin-contacts deviceready Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-contacts/pull/50.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #50 ---- commit c5c265ac0706342c7640a17da20c8892d92c7732 Author: Josh Soref <jso...@blackberry.com> Date: 2014-11-06T22:08:51Z Dropping trailing whitespace commit 13e7898a361551239df90bdb1ee5bcf4a8efbec4 Author: Josh Soref <jso...@blackberry.com> Date: 2014-11-06T22:09:06Z 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-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org