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

Unified Diff: chrome/browser/resources/options/supervised_user_list_data.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_list_data.js
diff --git a/chrome/browser/resources/options/supervised_user_list_data.js b/chrome/browser/resources/options/supervised_user_list_data.js
index 67ac67e6ba08197bbc0667a82690d1502e2b2761..78967ca3e8aa30fa631cf6d7abd04124fdef3ef5 100644
--- a/chrome/browser/resources/options/supervised_user_list_data.js
+++ b/chrome/browser/resources/options/supervised_user_list_data.js
@@ -14,7 +14,7 @@ cr.define('options', function() {
*/
function SupervisedUserListData() {
this.observers_ = [];
- };
+ }
cr.addSingletonGetter(SupervisedUserListData);
« no previous file with comments | « chrome/browser/resources/options/supervised_user_learn_more.js ('k') | chrome/browser/resources/settings/prefs/prefs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698