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

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

Issue 2902033002: WebUI: Fix violations of no-extra-semi lint rule. (Closed)
Patch Set: 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_manager.js
diff --git a/chrome/browser/resources/chromeos/switch_access/automation_manager.js b/chrome/browser/resources/chromeos/switch_access/automation_manager.js
index 6c1d39f6cf7ebf68aa019123e2f0a66d846bb221..38e544791cf049a4459223fc04e66f535c99dc3b 100644
--- a/chrome/browser/resources/chromeos/switch_access/automation_manager.js
+++ b/chrome/browser/resources/chromeos/switch_access/automation_manager.js
@@ -48,7 +48,7 @@ function AutomationManager(desktop) {
this.treeWalker_ = this.createTreeWalker_(desktop);
this.init_();
-};
+}
/**
* Highlight colors for the focus ring to distinguish between different types

Powered by Google App Engine
This is Rietveld 408576698