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

Unified Diff: chrome/browser/resources/options/startup_overlay.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/options/startup_overlay.js
diff --git a/chrome/browser/resources/options/startup_overlay.js b/chrome/browser/resources/options/startup_overlay.js
index ec3d5b9f678be3ae3d8cf6d0c84e6b527ea65d57..8d761fe5a951e5546669b4475772d07d1252efe0 100644
--- a/chrome/browser/resources/options/startup_overlay.js
+++ b/chrome/browser/resources/options/startup_overlay.js
@@ -18,7 +18,7 @@ cr.define('options', function() {
'startup-overlay',
assertInstanceof($('startup-overlay-confirm'), HTMLButtonElement),
assertInstanceof($('startup-overlay-cancel'), HTMLButtonElement));
- };
+ }
cr.addSingletonGetter(StartupOverlay);
« no previous file with comments | « chrome/browser/resources/options/language_list.js ('k') | chrome/browser/resources/options/supervised_user_create_confirm.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698