Bug 1571567 - Fix no-fallthrough errors in /browser. r=MattN,k88hudson

Differential Revision: https://phabricator.services.mozilla.com/D40745
This commit is contained in:
Jared Wein
2019-08-08 15:18:49 +00:00
parent e4a54b42e1
commit a559a71435
12 changed files with 13 additions and 6 deletions

View File

@@ -6058,6 +6058,7 @@ var CombinedStopReload = {
if (event.button == 0 && !this.stop.disabled) {
this._stopClicked = true;
}
break;
case "animationend": {
if (
event.target.classList.contains("toolbarbutton-animatable-image") &&