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

Unified Diff: lib/subscriptionInit.js

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Use .includes again Created March 31, 2017, 8: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 | « lib/requestBlocker.js ('k') | lib/tldjs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/subscriptionInit.js
diff --git a/lib/subscriptionInit.js b/lib/subscriptionInit.js
index 1cfd7a63de0c91e33c4d8c8670550af6de81eedc..e7875ff76572caf1dee365183112eeb38683fb1b 100644
--- a/lib/subscriptionInit.js
+++ b/lib/subscriptionInit.js
@@ -178,7 +178,7 @@ exports.reinitialized = false;
* during initialization. The callback must return an array of subscriptions
* that will effectively be added.
*
- * @param {function}
+ * @param {function} callback
*/
exports.setSubscriptionsCallback = callback =>
{
« no previous file with comments | « lib/requestBlocker.js ('k') | lib/tldjs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld