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: Reduce inline eslint-disable comments Created Feb. 8, 2017, 7:27 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 1c530da32d57cd9e7bbfaf0e1269ea7ee29a9a53..2fd557b272b45ce222536f6742953e980e39bb7d 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