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

Unified Diff: ui/webui/resources/js/i18n_behavior.js

Issue 1853323003: Fix Closure compilation error in I18nBehavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/i18n_behavior.js
diff --git a/ui/webui/resources/js/i18n_behavior.js b/ui/webui/resources/js/i18n_behavior.js
index c6b06a418bc59aa1ae79dada2e9f9a17e15c99b8..64dd57c4253f99f2faddc591acb01eac54d1a3d2 100644
--- a/ui/webui/resources/js/i18n_behavior.js
+++ b/ui/webui/resources/js/i18n_behavior.js
@@ -17,7 +17,7 @@
var I18nBehavior = {
/**
* @param {string} id The ID of the string to translate.
- * @param {...string=} var_args Placeholders required by the string ($0-9).
+ * @param {...string} var_args Placeholders required by the string ($0-9).
* @return {string} A translated, substituted string.
*/
i18n: function(id, var_args) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698