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

Unified Diff: chrome/browser/resources/chromeos/switch_access/auto_scan_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/auto_scan_manager.js
diff --git a/chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js b/chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js
index 24043ae12632d57a14a41f79d36c9e262baf40bd..3e1f82088f5f5671d7f817efa3a879a6478f8c60 100644
--- a/chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js
+++ b/chrome/browser/resources/chromeos/switch_access/auto_scan_manager.js
@@ -32,7 +32,7 @@ function AutoScanManager(switchAccess) {
let enabled = switchAccess.switchAccessPrefs.getBooleanPref('enableAutoScan');
if (enabled)
this.start_();
-};
+}
AutoScanManager.prototype = {
/**

Powered by Google App Engine
This is Rietveld 408576698