Changing navigator.contacts to navigator.service.contacts

This commit is contained in:
macdonst
2010-09-13 16:14:33 -04:00
parent b78896e5f0
commit 3f24c63fc5
5 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
var name = new ContactName();
name.givenName = '';
obj.name = name;
navigator.contacts.find(obj, count_contacts, fail);
navigator.service.contacts.find(obj, count_contacts, fail);
}
function count_contacts(contacts)