Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
MozReview-Commit-ID: FuVu8skcqOe
This commit is contained in:
@@ -55,8 +55,7 @@ function updateIndicatorState() {
|
||||
let stringId = "webrtcIndicator.sharing" + shareTypes.join("And") + ".tooltip";
|
||||
audioVideoButton.setAttribute("tooltiptext",
|
||||
gStringBundle.GetStringFromName(stringId));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
audioVideoButton.removeAttribute("tooltiptext");
|
||||
}
|
||||
|
||||
@@ -67,8 +66,7 @@ function updateIndicatorState() {
|
||||
webrtcUI.showScreenSharingIndicator + ".tooltip";
|
||||
screenShareButton.setAttribute("tooltiptext",
|
||||
gStringBundle.GetStringFromName(stringId));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
screenShareButton.removeAttribute("tooltiptext");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user