Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: background.js

Issue 29322488: Issue 2376 - mockup causing error (Closed)
Patch Set: Created July 15, 2015, 5:26 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
}
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld