mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-16 16:51:02 +08:00
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:
parent
8c807315e9
commit
9f673db79f
@ -99,7 +99,7 @@ function get_contacts() {
|
|||||||
var obj = new ContactFindOptions();
|
var obj = new ContactFindOptions();
|
||||||
obj.filter = "";
|
obj.filter = "";
|
||||||
obj.multiple = true;
|
obj.multiple = true;
|
||||||
navigator.service.contacts.find(
|
navigator.contacts.find(
|
||||||
[ "displayName", "name" ], contacts_success,
|
[ "displayName", "name" ], contacts_success,
|
||||||
fail, obj);
|
fail, obj);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user