| Index: ui/webui/resources/js/cr/ui/list.js
|
| diff --git a/ui/webui/resources/js/cr/ui/list.js b/ui/webui/resources/js/cr/ui/list.js
|
| index 4fc97ba510614ef5b39a9b931a7a5a0a7b74ed16..7a36d1862c3515503fafab702ce31fdb074a3383 100644
|
| --- a/ui/webui/resources/js/cr/ui/list.js
|
| +++ b/ui/webui/resources/js/cr/ui/list.js
|
| @@ -85,7 +85,7 @@ cr.define('cr.ui', function() {
|
|
|
| /**
|
| * Function used to create grid items.
|
| - * @type {function(new:cr.ui.ListItem, Object)}
|
| + * @type {function(new:cr.ui.ListItem, *)}
|
| * @private
|
| */
|
| itemConstructor_: cr.ui.ListItem,
|
| @@ -796,7 +796,7 @@ cr.define('cr.ui', function() {
|
|
|
| /**
|
| * Creates a new list item.
|
| - * @param {Object} value The value to use for the item.
|
| + * @param {*} value The value to use for the item.
|
| * @return {!ListItem} The newly created list item.
|
| */
|
| createItem: function(value) {
|
|
|