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 6DCB918314 for ; Thu, 25 Jun 2015 18:47:35 +0000 (UTC) Received: (qmail 32401 invoked by uid 500); 25 Jun 2015 18:47:35 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 32371 invoked by uid 500); 25 Jun 2015 18:47:35 -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 32361 invoked by uid 99); 25 Jun 2015 18:47:35 -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, 25 Jun 2015 18:47:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2F331E3692; Thu, 25 Jun 2015 18:47:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Date: Thu, 25 Jun 2015 18:47:35 -0000 Message-Id: <89ea88c4ff4549f3bc97a80793afec07@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] cordova-plugin-contacts git commit: defaultValue Repository: cordova-plugin-contacts Updated Branches: refs/heads/master ec0926c1b -> ecaa2de34 defaultValue Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/a74b8c2f Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/a74b8c2f Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/a74b8c2f Branch: refs/heads/master Commit: a74b8c2f5f945d2837bcf829d6c4937201591976 Parents: 4cbbc73 Author: jonmikelm Authored: Wed May 27 14:05:11 2015 +0200 Committer: Jesse MacFadyen Committed: Thu Jun 25 11:02:35 2015 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/a74b8c2f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 28c47ed..5f37e73 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ parameter to control which contact properties must be returned back. - __desiredFields__: Contact fields to be returned back. If specified, the resulting `Contact` object only features values for these fields. _(DOMString[])_ [Optional] - - __hasPhoneNumber__(Android only): Filters the search to only return contacts with a phone number informed. _(boolean)_ [Optional] + - __hasPhoneNumber__(Android only): Filters the search to only return contacts with a phone number informed. _(Boolean)_ [Optional] (Default: `false`) ### Supported Platforms --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org