Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN

MozReview-Commit-ID: FuVu8skcqOe
This commit is contained in:
Jared Wein
2016-12-30 21:47:25 -05:00
parent 17f1b9dc89
commit 242ab87626
752 changed files with 4938 additions and 8970 deletions

View File

@@ -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");
}