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

Unified Diff: subscriptionLink.postload.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 | « stats.js ('k') | utils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: subscriptionLink.postload.js
diff --git a/subscriptionLink.postload.js b/subscriptionLink.postload.js
index bb11146f5c77df7d6738148a5cc5fb6075a2b3a4..c0ac48c3f4a4c0243ab7a786d726a4b561d39713 100644
--- a/subscriptionLink.postload.js
+++ b/subscriptionLink.postload.js
@@ -95,8 +95,8 @@ if (document instanceof HTMLDocument)
ext.backgroundPage.sendMessage({
type: "subscriptions.add",
- title: title,
- url: url,
+ title,
+ url,
confirm: true
});
}, true);
« no previous file with comments | « stats.js ('k') | utils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld