| Index: background.js |
| =================================================================== |
| --- a/background.js |
| +++ b/background.js |
| @@ -176,7 +176,7 @@ |
| if (params.filterError) |
| return {errors: ["Invalid filter"]}; |
| return {filters: |
| - text.split("\n").map(modules.filterClasses.Filter.fromText)}; |
| + text.split("\n").map(modules.filterClasses.Filter.fromText), errors: []}; |
|
Thomas Greiner
2015/07/15 17:52:50
Again, mind the 80 characters limit. I'd suggest u
saroyanm
2015/07/15 17:56:57
Done.
|
| } |
| }; |