зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1323420 - Fix curly brace positioning for eslint. r=past
This commit is contained in:
Родитель
6bbca4f2e2
Коммит
5b748059a7
|
@ -718,8 +718,7 @@ PopupNotifications.prototype = {
|
|||
popupnotification.setAttribute("popupid", n.id);
|
||||
if (Services.prefs.getBoolPref("privacy.permissionPrompts.showCloseButton")) {
|
||||
popupnotification.setAttribute("closebuttoncommand", "PopupNotifications._onButtonEvent(event, 'secondarybuttoncommand');");
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
popupnotification.setAttribute("closebuttoncommand", `PopupNotifications._dismiss(event, ${TELEMETRY_STAT_DISMISSAL_CLOSE_BUTTON});`);
|
||||
}
|
||||
if (n.mainAction) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче