Bug 981345 - Fix HelperApp callback regression. r=wesj

This commit is contained in:
Eugen Sawin 2014-03-10 03:06:53 +01:00
parent 4cf0d9ad0e
commit af3bdbb80f

View File

@ -7953,7 +7953,7 @@ var ExternalApps = {
Strings.browser.GetStringFromName("openInApp.ok"),
Strings.browser.GetStringFromName("openInApp.cancel")
]
}, function(result) {
}, (result) => {
if (result.button != 0) {
return;
}