| Index: background.js |
| diff --git a/background.js b/background.js |
| index 76c4235995b046b9a3bdb52a6a0bb515fcb4676b..321067893209643929468159243214dc8dc7b336 100644 |
| --- a/background.js |
| +++ b/background.js |
| @@ -41,11 +41,9 @@ port.on("get-selectors", (msg, sender) => |
| ); |
| } |
| else |
| - { |
| selectors = []; |
| - } |
| - return {selectors: selectors, trace: trace}; |
| + return {selectors, trace}; |
| }); |
| port.on("forward", (msg, sender) => |