mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1289358 - Remove typeof win.foo == "function" checks: Remove trailing whitespaces. r=eslint-fix
This commit is contained in:
parent
7916df31e2
commit
098d95ef0e
@ -505,7 +505,7 @@ const CustomizableWidgets = [
|
||||
defaultArea: CustomizableUI.AREA_PANEL,
|
||||
onCommand: function(e) {
|
||||
let win = e.target.ownerGlobal;
|
||||
win.OpenBrowserWindow({private: true});
|
||||
win.OpenBrowserWindow({private: true});
|
||||
}
|
||||
}, {
|
||||
id: "save-page-button",
|
||||
|
Loading…
Reference in New Issue
Block a user