 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 8a8d55aa003e81cd729ed1d83ce1dc79424c2c65..15151543b24d514391807596d29e673fa5b381a8 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(); |