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

Unified Diff: chrome/browser/resources/settings/prefs/prefs.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/settings/prefs/prefs.js
diff --git a/chrome/browser/resources/settings/prefs/prefs.js b/chrome/browser/resources/settings/prefs/prefs.js
index 15df5f2471f90b3c6d5c213c5b5b47f545930183..7e96f7930a30da630ed8e39a90774c84e0c59402 100644
--- a/chrome/browser/resources/settings/prefs/prefs.js
+++ b/chrome/browser/resources/settings/prefs/prefs.js
@@ -88,7 +88,7 @@
return val;
return Array.isArray(val) ? deepCopyArray(/** @type {!Array} */(val)) :
deepCopyObject(val);
- };
+ }
/**
* @param {!Array} arr

Powered by Google App Engine
This is Rietveld 408576698