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

Unified Diff: chrome/browser/resources/chromeos/switch_access/switch_access_interface.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/switch_access_interface.js
diff --git a/chrome/browser/resources/chromeos/switch_access/switch_access_interface.js b/chrome/browser/resources/chromeos/switch_access/switch_access_interface.js
index 6401ab89ffd6f325a172ac9d12792e4a11e09dc1..8de1a9d166c958d1ed98cfe6b12bb530d11f73cd 100644
--- a/chrome/browser/resources/chromeos/switch_access/switch_access_interface.js
+++ b/chrome/browser/resources/chromeos/switch_access/switch_access_interface.js
@@ -12,7 +12,7 @@ function SwitchAccessInterface() {
* @type {SwitchAccessPrefs}
*/
this.switchAccessPrefs = null;
-};
+}
SwitchAccessInterface.prototype = {
moveToNode: function(doNext) {},

Powered by Google App Engine
This is Rietveld 408576698