Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3882)

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.js

Issue 2834433002: MD Settings: ESLint --fix output, WIP. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/site_settings/site_list.js
diff --git a/chrome/browser/resources/settings/site_settings/site_list.js b/chrome/browser/resources/settings/site_settings/site_list.js
index 7c17e9de5607855ca2dbe4a47276a80c064ff37a..c739bc3663975e2e8485deb0f8e848bbeaef8d0d 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.js
+++ b/chrome/browser/resources/settings/site_settings/site_list.js
@@ -241,7 +241,7 @@ Polymer({
function(exceptionList) {
this.processExceptions_([exceptionList]);
this.closeActionMenu_();
- }.bind(this));
+ }.bind(this));
}
},

Powered by Google App Engine
This is Rietveld 408576698