Index: notification.js |
diff --git a/notification.js b/notification.js |
index bcc5d8554573ed06eb53b139529884653efecc02..3328828a0fcbcebf42b25555ad75db91ec50d052 100644 |
--- a/notification.js |
+++ b/notification.js |
@@ -99,6 +99,7 @@ window.addEventListener("load", () => |
break; |
case "notification-optout": |
Notification.toggleIgnoreCategory("*", true); |
+ // Falls through. |
Sebastian Noack
2017/02/09 01:04:51
Interesting, this isn't a regular eslint comment,
kzar
2017/02/20 10:27:33
Yea, I thought this was kind of interesting too. I
|
case "notification-hide": |
notificationElement.hidden = true; |
notification.onClicked(); |