From d92689140e745f297c0b096d050ecd376cbe32d4 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Mon, 23 Nov 2009 17:00:05 -0800 Subject: [PATCH] win should be this.win --- js/contact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }