[Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/shell.

This commit is contained in:
athenian200 2020-03-06 10:46:10 -06:00 committed by Roy Tam
commit 645127d522

View file

@ -15,7 +15,7 @@ Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
function nsSetDefaultBrowser() {}
nsSetDefaultBrowser.prototype = {
handle: function nsSetDefault_handle(aCmdline) {
handle: function(aCmdline) {
if (aCmdline.handleFlag("setDefaultBrowser", false)) {
ShellService.setDefaultBrowser(true, true);
}