| Index: lib/notificationHelper.js |
| diff --git a/lib/notificationHelper.js b/lib/notificationHelper.js |
| index 385614a351d505b1f665d9eb42ad484d47585f74..4b7dbc36db4293104af3038f838cd5fd664c47fc 100644 |
| --- a/lib/notificationHelper.js |
| +++ b/lib/notificationHelper.js |
| @@ -22,6 +22,7 @@ let {Utils} = require("utils"); |
| let {Notification: NotificationStorage} = require("notification"); |
| let {stringifyURL} = require("url"); |
| let {initAntiAdblockNotification} = require("antiadblockInit"); |
| +let {Prefs} = require("prefs"); |
|
kzar
2016/12/09 10:08:21
(Turns out this didn't work anyway, Prefs was unde
|
| let activeNotification = null; |
| let activeButtons = null; |