Index: background.js |
=================================================================== |
--- a/background.js |
+++ b/background.js |
@@ -1,6 +1,6 @@ |
/* |
* This file is part of Adblock Plus <https://adblockplus.org/>, |
- * Copyright (C) 2006-2016 Eyeo GmbH |
+ * Copyright (C) 2006-2017 eyeo GmbH |
* |
* Adblock Plus is free software: you can redistribute it and/or modify |
* it under the terms of the GNU General Public License version 3 as |
@@ -45,7 +45,7 @@ |
selectors = []; |
} |
- return {selectors: selectors, trace: trace}; |
+ return {selectors, trace}; |
}); |
port.on("forward", (msg, sender) => |