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

Unified Diff: chrome/browser/resources/chromeos/switch_access/tree_walker.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/tree_walker.js
diff --git a/chrome/browser/resources/chromeos/switch_access/tree_walker.js b/chrome/browser/resources/chromeos/switch_access/tree_walker.js
index 5c763b804e9783cf594ec365c5d1db6151b4d5e3..0de3f23ff76e5f1919d10cb3209569996ceaa186 100644
--- a/chrome/browser/resources/chromeos/switch_access/tree_walker.js
+++ b/chrome/browser/resources/chromeos/switch_access/tree_walker.js
@@ -41,7 +41,7 @@ function AutomationTreeWalker(start, scope, restrictions) {
* @private {!AutomationTreeWalker.Unary}
*/
this.visitPred_ = restrictions.visit;
-};
+}
/**
* @typedef {{leaf: AutomationTreeWalker.Unary,

Powered by Google App Engine
This is Rietveld 408576698