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

Unified Diff: chrome/browser/resources/options/supervised_user_create_confirm.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/supervised_user_create_confirm.js
diff --git a/chrome/browser/resources/options/supervised_user_create_confirm.js b/chrome/browser/resources/options/supervised_user_create_confirm.js
index 3d0cb6f5489f8c9d844f3b68e246b27568adda46..cd3274b790dc797b3129bd28195fdc6ab0354ebf 100644
--- a/chrome/browser/resources/options/supervised_user_create_confirm.js
+++ b/chrome/browser/resources/options/supervised_user_create_confirm.js
@@ -17,7 +17,7 @@ cr.define('options', function() {
Page.call(this, 'supervisedUserCreateConfirm',
'', // The title will be based on the new profile name.
'supervised-user-created');
- };
+ }
cr.addSingletonGetter(SupervisedUserCreateConfirmOverlay);
« no previous file with comments | « chrome/browser/resources/options/startup_overlay.js ('k') | chrome/browser/resources/options/supervised_user_import.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698