mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 754076 - provide return value from getter "onuninstall" r=fabrice
This commit is contained in:
parent
a652af9a80
commit
7bd5a1a90e
@ -312,7 +312,7 @@ WebappsApplicationMgmt.prototype = {
|
||||
},
|
||||
|
||||
get onuninstall() {
|
||||
this._onuninstall;
|
||||
return this._onuninstall;
|
||||
},
|
||||
|
||||
set oninstall(aCallback) {
|
||||
|
Loading…
Reference in New Issue
Block a user