Updated Branches:
  refs/heads/master b75dad604 -> e6e840b2a

Remove filter when fetching contacts


Project: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/e6e840b2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/tree/e6e840b2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/diff/e6e840b2

Branch: refs/heads/master
Commit: e6e840b2a53cd1bfa75bc49355abf82c52d0ebf6
Parents: b75dad6
Author: Marcel Kinard <cmarc...@gmail.com>
Authored: Fri Oct 19 12:11:31 2012 -0400
Committer: Marcel Kinard <cmarc...@gmail.com>
Committed: Fri Oct 19 12:11:31 2012 -0400

----------------------------------------------------------------------
 contacts/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/e6e840b2/contacts/index.html
----------------------------------------------------------------------
diff --git a/contacts/index.html b/contacts/index.html
index efb4250..aaeaa95 100644
--- a/contacts/index.html
+++ b/contacts/index.html
@@ -39,7 +39,7 @@
     //-------------------------------------------------------------------------
     function getContacts() {
         obj = new ContactFindOptions();
-        obj.filter = "D"; //Brooks";
+        // show all contacts, so don't filter
         obj.multiple = true;
         navigator.contacts.find(
             ["displayName", "name", "phoneNumbers", "emails", "urls", "note"],

Reply via email to