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

Unified Diff: utils.js

Issue 11080043: Update utils.js based on changes in first-run page (Closed)
Patch Set: Created July 9, 2013, 10:37 a.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: utils.js
===================================================================
--- a/utils.js
+++ b/utils.js
@@ -10,7 +10,10 @@
var subscriptionClasses = require("subscriptionClasses");
var Subscription = subscriptionClasses.Subscription;
var DownloadableSubscription = subscriptionClasses.DownloadableSubscription;
-var Filter = require("filterClasses").Filter;
+var filterClasses = require("filterClasses");
+var Filter = filterClasses.Filter;
+var BlockingFilter = filterClasses.BlockingFilter;
+var defaultMatcher = require("matcher").defaultMatcher;
/**
* Shortcut for document.getElementById(id)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld