From 9f673db79fe94906435e4dcc9794faedd8e0c97b Mon Sep 17 00:00:00 2001 From: macdonst Date: Fri, 22 Jul 2011 10:01:44 +0800 Subject: [PATCH] Issue #176: rc2 for Android does not have updated main.js - demo app code This commit fixes the issue in main.js but it will still need to be packaged up in the rc3 zip. --- example/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/main.js b/example/main.js index 110d3089..1001aabc 100644 --- a/example/main.js +++ b/example/main.js @@ -99,7 +99,7 @@ function get_contacts() { var obj = new ContactFindOptions(); obj.filter = ""; obj.multiple = true; - navigator.service.contacts.find( + navigator.contacts.find( [ "displayName", "name" ], contacts_success, fail, obj); }