diff --git a/js/contact.js b/js/contact.js index 0835a86f..6b320097 100644 --- a/js/contact.js +++ b/js/contact.js @@ -48,5 +48,5 @@ ContactManager.prototype.droidAddContact = function(name, phone, email) ContactManager.prototype.droidDone = function() { - win(this.contacts); + this.win(this.contacts); }