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

Unified Diff: chrome/browser/resources/chromeos/switch_access/automation_predicate.js

Issue 2909503003: WebUI: Enable ESLint rule for missing semicolons. (Closed)
Patch Set: Undo local_ntp changes from this CL. Created 3 years, 7 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/chromeos/switch_access/automation_predicate.js
diff --git a/chrome/browser/resources/chromeos/switch_access/automation_predicate.js b/chrome/browser/resources/chromeos/switch_access/automation_predicate.js
index 756839fe5b297be43ff9ab50f26bed8cf5eb5038..195ebafd79b24d1acb4e055635409072a3b69d45 100644
--- a/chrome/browser/resources/chromeos/switch_access/automation_predicate.js
+++ b/chrome/browser/resources/chromeos/switch_access/automation_predicate.js
@@ -122,4 +122,4 @@ AutomationPredicate.isInteresting = function(node) {
// The general rule that applies to everything.
return state[chrome.automation.StateType.FOCUSABLE] === true;
-}
+};

Powered by Google App Engine
This is Rietveld 408576698