| Index: remoting/webapp/crd/js/l10n.js
|
| diff --git a/remoting/webapp/crd/js/l10n.js b/remoting/webapp/crd/js/l10n.js
|
| index 1774fb92acb30212ed1a7a4bcae1c9538b797a57..bb04ef9a1956aa95462665abd07a8c7a2b662d2f 100644
|
| --- a/remoting/webapp/crd/js/l10n.js
|
| +++ b/remoting/webapp/crd/js/l10n.js
|
| @@ -28,7 +28,8 @@ l10n.getTranslationOrError = function(tag, opt_substitutions) {
|
| * and an optional set of substitutions.
|
| *
|
| * @param {Element} element The element to localize.
|
| - * @param {string} tag The localization tag.
|
| + * @param {string} tag The localization tag or
|
| + * an Error object containing the tag.
|
| * @param {(string|Array)=} opt_substitutions An optional set of substitution
|
| * strings corresponding to the "placeholders" attributes in messages.json.
|
| * @param {boolean=} opt_asHtml If true, set innerHTML instead of innerText.
|
|
|