Bug 1323420 - Fix curly brace positioning for eslint. r=past

This commit is contained in:
Nihanth Subramanya 2017-01-24 00:59:27 +05:30
Родитель 6bbca4f2e2
Коммит 5b748059a7
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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) {