forked from github/cordova-android
win should be this.win
This commit is contained in:
parent
eb17c6be2f
commit
636211c089
@ -48,5 +48,5 @@ ContactManager.prototype.droidAddContact = function(name, phone, email)
|
|||||||
|
|
||||||
ContactManager.prototype.droidDone = function()
|
ContactManager.prototype.droidDone = function()
|
||||||
{
|
{
|
||||||
win(this.contacts);
|
this.win(this.contacts);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user