| 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) {
|
|
|