win should be this.win

This commit is contained in:
Joe Bowser 2009-11-23 17:00:05 -08:00
parent 2176d2e02c
commit d92689140e

View File

@ -48,5 +48,5 @@ ContactManager.prototype.droidAddContact = function(name, phone, email)
ContactManager.prototype.droidDone = function()
{
win(this.contacts);
this.win(this.contacts);
}