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

Unified Diff: lib/common.js

Issue 29375915: Issue 4878 - Start using ESLint for adblockpluscore (Closed)
Patch Set: Removed unused imports Created March 15, 2017, 3:11 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 | « README.md ('k') | lib/coreUtils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/common.js
diff --git a/lib/common.js b/lib/common.js
index ec9d14afb75e22ed2d573ebd30d5944e23ec5e5b..83b4a1f8fe8ae4f2a933bd75f3c9b830c06c046f 100644
--- a/lib/common.js
+++ b/lib/common.js
@@ -20,8 +20,8 @@
/**
* Converts filter text into regular expression string
- * @param {String} text as in Filter()
- * @return {String} regular expression representation of filter text
+ * @param {string} text as in Filter()
+ * @return {string} regular expression representation of filter text
*/
function filterToRegExp(text)
{
« no previous file with comments | « README.md ('k') | lib/coreUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld