From 72b2ec804cdbb029da5c4e1a5f5a176d9637ba0a Mon Sep 17 00:00:00 2001 From: macdonst Date: Thu, 7 Oct 2010 06:13:04 +0800 Subject: [PATCH] Removing unused functions --- framework/assets/js/contact.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/framework/assets/js/contact.js b/framework/assets/js/contact.js index 2d735027..d24885da 100644 --- a/framework/assets/js/contact.js +++ b/framework/assets/js/contact.js @@ -109,15 +109,6 @@ Contacts.prototype.create = function(properties) { 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) { this.filter = filter || ''; this.multiple = multiple || true;