mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
Fix variable change error.
This commit is contained in:
parent
de23753204
commit
60fc61065e
@ -190,7 +190,7 @@ var Contacts = function() {
|
|||||||
* @return array of Contacts matching search criteria
|
* @return array of Contacts matching search criteria
|
||||||
*/
|
*/
|
||||||
Contacts.prototype.find = function(fields, successCB, errorCB, options) {
|
Contacts.prototype.find = function(fields, successCB, errorCB, options) {
|
||||||
PhoneGap.execAsync(win, fail, "Contacts", "search", [fields, options]);
|
PhoneGap.execAsync(successCB, errorCB, "Contacts", "search", [fields, options]);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user