| 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 e89713b2a5edadce00577daa07de8ce36033b5a1..0849e5bb26c8dfb2a0f4e5ae0872d3db63a80dea 100644
|
| --- a/ui/webui/resources/js/cr/ui/list.js
|
| +++ b/ui/webui/resources/js/cr/ui/list.js
|
| @@ -250,7 +250,7 @@ cr.define('cr.ui', function() {
|
|
|
| /**
|
| * Convenience alias for selectionModel.selectedItems
|
| - * @type {!Array.<*>}
|
| + * @type {!Array<*>}
|
| */
|
| get selectedItems() {
|
| var indexes = this.selectionModel.selectedIndexes;
|
|
|