You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/10/14 02:38:40 UTC

git commit: CB-7762 - Parameter list is incorrect for contacts.find

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master dccdfbb1d -> e18d72d14


CB-7762 - Parameter list is incorrect for contacts.find


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/e18d72d1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/e18d72d1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/e18d72d1

Branch: refs/heads/master
Commit: e18d72d1418bfe412e5e102b7b202baa9ed5e147
Parents: dccdfbb
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 13 17:38:38 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 13 17:38:38 2014 -0700

----------------------------------------------------------------------
 doc/index.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/e18d72d1/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index d48c557..010010b 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -127,19 +127,21 @@ parameter to control which contact properties must be returned back.
 
 ### Parameters
 
+- __contactFields__: Contact fields to use as a search qualifier. _(DOMString[])_ [Required]
+
 - __contactSuccess__: Success callback function invoked with the array of Contact objects returned from the database. [Required]
 
 - __contactError__: Error callback function, invoked when an error occurs. [Optional]
 
-- __contactFields__: Contact fields to use as a search qualifier. _(DOMString[])_ [Required]
-
-- __contactFindOptions__: Search options to filter navigator.contacts. [Optional] Keys include:
+- __contactFindOptions__: Search options to filter navigator.contacts. [Optional] 
+	
+	Keys include:
 
-- __filter__: The search string used to find navigator.contacts. _(DOMString)_ (Default: `""`)
+	- __filter__: The search string used to find navigator.contacts. _(DOMString)_ (Default: `""`)
 
-- __multiple__: Determines if the find operation returns multiple navigator.contacts. _(Boolean)_ (Default: `false`)
+	- __multiple__: Determines if the find operation returns multiple navigator.contacts. _(Boolean)_ (Default: `false`)
 
-    - __desiredFields__: Contact fields to be returned back. If specified, the resulting `Contact` object only features values for these fields. _(DOMString[])_ [Optional]
+    	- __desiredFields__: Contact fields to be returned back. If specified, the resulting `Contact` object only features values for these fields. _(DOMString[])_ [Optional]
 
 ### Supported Platforms
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org