| Index: ui/webui/resources/js/cr/ui/table/table_header.js
|
| diff --git a/ui/webui/resources/js/cr/ui/table/table_header.js b/ui/webui/resources/js/cr/ui/table/table_header.js
|
| index bb4a4397d1b0c032b12aba1e9e4900b4b7348360..2b1916d2e64b907968716a15501518f121616f93 100644
|
| --- a/ui/webui/resources/js/cr/ui/table/table_header.js
|
| +++ b/ui/webui/resources/js/cr/ui/table/table_header.js
|
| @@ -134,7 +134,7 @@ cr.define('cr.ui.table', function() {
|
|
|
| /**
|
| * Place splitters to right positions.
|
| - * @param {Array.<HTMLElement>|NodeList} splitters Array of splitters.
|
| + * @param {Array<HTMLElement>|NodeList} splitters Array of splitters.
|
| */
|
| placeSplitters_: function(splitters) {
|
| var cm = this.table_.columnModel;
|
|
|