You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ld...@apache.org on 2014/08/01 22:23:14 UTC

git commit: CB-7249cordova-plugin-contacts documentation translation: cordova-plugin-contacts

Repository: cordova-plugin-contacts
Updated Branches:
  refs/heads/master e1f92c2d0 -> 32a909c8f


CB-7249cordova-plugin-contacts documentation translation: cordova-plugin-contacts


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

Branch: refs/heads/master
Commit: 32a909c8f3c11ddd199692158c0a000049fec8b7
Parents: e1f92c2
Author: Lisa Seacat DeLuca <ld...@us.ibm.com>
Authored: Fri Aug 1 16:23:08 2014 -0400
Committer: Lisa Seacat DeLuca <ld...@us.ibm.com>
Committed: Fri Aug 1 16:23:08 2014 -0400

----------------------------------------------------------------------
 doc/pl/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/32a909c8/doc/pl/index.md
----------------------------------------------------------------------
diff --git a/doc/pl/index.md b/doc/pl/index.md
index 529de86..1150794 100644
--- a/doc/pl/index.md
+++ b/doc/pl/index.md
@@ -135,7 +135,7 @@ Ciąg **contactFindOptions.filter** może służyć jako filtr wyszukiwania, gdy
     options.multiple = true;
     options.desiredFields = [navigator.contacts.fieldType.id];
     var fields       = [navigator.contacts.fieldType.displayName, navigator.contacts.fieldType.name];
-    navigator.contacts.find(onSuccess, onError, fields, options);
+    navigator.contacts.find(fields, onSuccess, onError, options);
     
 
 ## navigator.contacts.pickContact