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

Unified Diff: chrome/browser/resources/options/geolocation_options.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/geolocation_options.js
diff --git a/chrome/browser/resources/options/geolocation_options.js b/chrome/browser/resources/options/geolocation_options.js
index b15ee3999b456918104d14377abf17bfc3b863d6..30071df39122061152f00621b21532eae0d18ab9 100644
--- a/chrome/browser/resources/options/geolocation_options.js
+++ b/chrome/browser/resources/options/geolocation_options.js
@@ -15,7 +15,7 @@ cr.define('options', function() {
Page.call(this, 'geolocationOptions',
loadTimeData.getString('geolocationOptionsPageTabTitle'),
'geolocationCheckbox');
- };
+ }
cr.addSingletonGetter(GeolocationOptions);
« no previous file with comments | « chrome/browser/resources/chromeos/switch_access/tree_walker.js ('k') | chrome/browser/resources/options/language_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698