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.
This commit is contained in:
macdonst 2011-07-22 10:01:44 +08:00
parent 8c807315e9
commit 9f673db79f

View File

@ -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);
}