| Index: notification.js |
| =================================================================== |
| --- a/notification.js |
| +++ b/notification.js |
| @@ -15,12 +15,6 @@ |
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| */ |
| -//This case is true only for chrome when loading from notification.html |
|
Sebastian Noack
2015/03/01 13:55:56
notification.html were removed with #1518
|
| -if (typeof ext === "undefined") |
| -{ |
| - var ext = chrome.extension.getBackgroundPage().ext; |
| -} |
| - |
| var backgroundPage = ext.backgroundPage.getWindow(); |
| var require = backgroundPage.require; |