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

Unified Diff: chrome/browser/resources/cryptotoken/gnubbies.js

Issue 2909503003: WebUI: Enable ESLint rule for missing semicolons. (Closed)
Patch Set: Undo local_ntp changes from this CL. 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/cryptotoken/gnubbies.js
diff --git a/chrome/browser/resources/cryptotoken/gnubbies.js b/chrome/browser/resources/cryptotoken/gnubbies.js
index 8424b393a8a2289b81919e05a7bdbe594b5c00e4..cbb92cb6052061a4af2d15f42e74eaf725df4a15 100644
--- a/chrome/browser/resources/cryptotoken/gnubbies.js
+++ b/chrome/browser/resources/cryptotoken/gnubbies.js
@@ -213,7 +213,7 @@ Gnubbies.prototype.enumerate = function(cb, opt_type) {
function makeEnumerateCb(namespace) {
return function(devs) {
enumerated(namespace, deviceIds, devs);
- }
+ };
}
this.pendingEnumerate.push(cb);

Powered by Google App Engine
This is Rietveld 408576698