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

Unified Diff: lib/filterClasses.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 | « no previous file | lib/matcher.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterClasses.js
diff --git a/lib/filterClasses.js b/lib/filterClasses.js
index 5df0b271260dd5ae4b184fe590004aa746d4d535..e19219274bba06596fa320f4a04260dcdf075513 100644
--- a/lib/filterClasses.js
+++ b/lib/filterClasses.js
@@ -647,7 +647,7 @@ RegExpFilter.prototype =
/**
* Tests whether the URL matches this filter
* @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 | « no previous file | lib/matcher.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld