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

Unified Diff: background.js

Issue 29337878: Issue 3736 - Fixed: Checks for share resources failed (Closed)
Patch Set: Rebased and added RegExpFilter mock Created March 14, 2016, 3:48 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 | messageResponder.js » ('j') | 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
@@ -174,12 +174,14 @@
{
this.text = text;
this.disabled = false;
- }
+ },
+ RegExpFilter: function() {}
};
modules.filterClasses.Filter.fromText = function(text)
{
return new modules.filterClasses.Filter(text);
};
+ modules.filterClasses.RegExpFilter.typeMap = Object.create(null);
modules.filterValidation =
{
« no previous file with comments | « no previous file | messageResponder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld