 Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed)
    
  
    Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed) 
  | Index: notification.js | 
| diff --git a/notification.js b/notification.js | 
| index ea6b43485e15322ecb72631d5a154de7646e0fc4..9f14d7fcf06dc67680bc1c49603434ff4fd45656 100644 | 
| --- a/notification.js | 
| +++ b/notification.js | 
| @@ -97,6 +97,7 @@ window.addEventListener("load", () => | 
| break; | 
| case "notification-optout": | 
| Notification.toggleIgnoreCategory("*", true); | 
| + // Falls through. | 
| case "notification-hide": | 
| notificationElement.hidden = true; | 
| notification.onClicked(); |