mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +08:00
win should be this.win
This commit is contained in:
parent
2176d2e02c
commit
d92689140e
@ -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