mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
Removing unused functions
This commit is contained in:
parent
086e6ea56b
commit
72b2ec804c
@ -109,15 +109,6 @@ Contacts.prototype.create = function(properties) {
|
|||||||
return contact;
|
return contact;
|
||||||
};
|
};
|
||||||
|
|
||||||
Contacts.prototype.droidDone = function(contacts) {
|
|
||||||
this.win(eval('(' + contacts + ')'));
|
|
||||||
};
|
|
||||||
|
|
||||||
Contacts.prototype.m_foundContacts = function(win, contacts) {
|
|
||||||
this.inProgress = false;
|
|
||||||
win(contacts);
|
|
||||||
};
|
|
||||||
|
|
||||||
var ContactFindOptions = function(filter, multiple, limit, updatedSince) {
|
var ContactFindOptions = function(filter, multiple, limit, updatedSince) {
|
||||||
this.filter = filter || '';
|
this.filter = filter || '';
|
||||||
this.multiple = multiple || true;
|
this.multiple = multiple || true;
|
||||||
|
Loading…
Reference in New Issue
Block a user