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

Unified Diff: chrome/browser/resources/chromeos/chromevox/testing/callback_helper.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/chromeos/chromevox/testing/callback_helper.js
diff --git a/chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js b/chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js
index 6f14d2f9c43418cb7a8f069557b56ace9b8683a0..a671637f5bb03c1c0f397f48d6a68d029743d888 100644
--- a/chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js
+++ b/chrome/browser/resources/chromeos/chromevox/testing/callback_helper.js
@@ -40,7 +40,7 @@ CallbackHelper.prototype = {
return function() {
savedArgs.arguments = Array.prototype.slice.call(arguments);
runAll.invoke();
- }
+ };
}
};

Powered by Google App Engine
This is Rietveld 408576698