| Index: ui/login/resource_loader.js
|
| diff --git a/ui/login/resource_loader.js b/ui/login/resource_loader.js
|
| index 4a2dbfc56910726217c201845b6360eece2a9820..e44a088c47acbf04655289295960b76d751b89db 100644
|
| --- a/ui/login/resource_loader.js
|
| +++ b/ui/login/resource_loader.js
|
| @@ -22,7 +22,7 @@ cr.define('cr.ui.login.ResourceLoader', function() {
|
| * @param {string} desc.id Unique identifier for the asset bundle.
|
| * @param {Array=} desc.js URLs containing JavaScript sources.
|
| * @param {Array=} desc.css URLs containing CSS rules.
|
| - * @param {Array.<Object>=} desc.html Descriptors for HTML fragments,
|
| + * @param {Array<Object>=} desc.html Descriptors for HTML fragments,
|
| * each of which has a 'url' property and a 'targetID' property that
|
| * specifies the node under which the HTML should be appended.
|
| *
|
|
|