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

Unified Diff: lib/matcher.js

Issue 29336285: Issue 3612 - Correct type of typeMask in documentation (Closed)
Patch Set: Created Feb. 12, 2016, 1:24 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 | « lib/filterClasses.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/matcher.js
diff --git a/lib/matcher.js b/lib/matcher.js
index 9ecf20b0363e547b04ecfd9b5bfff3eaf59eeed6..69a8e2543e115a982eefcd9883b728c2589d2845 100644
--- a/lib/matcher.js
+++ b/lib/matcher.js
@@ -185,7 +185,7 @@ Matcher.prototype = {
/**
* Tests whether the URL matches any of the known filters
* @param {String} location URL to be tested
- * @param {String} typeMask bitmask of content / request types to match
+ * @param {number} typeMask bitmask of content / request types to match
* @param {String} docDomain domain name of the document that loads the URL
* @param {Boolean} thirdParty should be true if the URL is a third-party request
* @param {String} sitekey public key provided by the document
« no previous file with comments | « lib/filterClasses.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld