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

Unified Diff: chrome/browser/resources/chromeos/switch_access/options.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/options.js
diff --git a/chrome/browser/resources/chromeos/switch_access/options.js b/chrome/browser/resources/chromeos/switch_access/options.js
index 94fefc741684208c763db4b84c8e634a57944434..0f935e8efb7ee6c3651fea30685700eac621a7e3 100644
--- a/chrome/browser/resources/chromeos/switch_access/options.js
+++ b/chrome/browser/resources/chromeos/switch_access/options.js
@@ -31,7 +31,7 @@ function SwitchAccessOptions() {
document.addEventListener('change', this.handleInputChange_.bind(this));
background.document.addEventListener(
'prefsUpdate', this.handlePrefsUpdate_.bind(this));
-};
+}
SwitchAccessOptions.prototype = {
/**

Powered by Google App Engine
This is Rietveld 408576698