bug 754076 - provide return value from getter "onuninstall" r=fabrice

This commit is contained in:
David Chan 2012-05-11 15:29:15 -07:00
parent a652af9a80
commit 7bd5a1a90e

View File

@ -312,7 +312,7 @@ WebappsApplicationMgmt.prototype = {
},
get onuninstall() {
this._onuninstall;
return this._onuninstall;
},
set oninstall(aCallback) {