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

Unified Diff: chrome/browser/resources/options/browser_options.js

Issue 517413002: Compile chrome://settings, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: s/event/Event/ Created 6 years, 3 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/browser_options.js
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
index fa337531b9ad511acb8e5e9a57ea5dbd1c2bebab..c7bcb147c8cd40ab170006dd21461063323f6249 100644
--- a/chrome/browser/resources/options/browser_options.js
+++ b/chrome/browser/resources/options/browser_options.js
@@ -876,7 +876,8 @@ cr.define('options', function() {
/**
* Called after an animation transition has ended.
- * @param {Event} The webkitTransitionEnd event. NOTE: May be synthetic.
+ * @param {Event} event The webkitTransitionEnd event. NOTE: May be
+ * synthetic.
* @private
*/
onTransitionEnd_: function(event) {

Powered by Google App Engine
This is Rietveld 408576698