| Index: ui/webui/resources/js/cr/ui/table/table_splitter.js
|
| diff --git a/ui/webui/resources/js/cr/ui/table/table_splitter.js b/ui/webui/resources/js/cr/ui/table/table_splitter.js
|
| index 0966f88464c43ddc0202b60efc9b4371785d5100..442918f7eeb7b016127f0de788244be95b60cee1 100644
|
| --- a/ui/webui/resources/js/cr/ui/table/table_splitter.js
|
| +++ b/ui/webui/resources/js/cr/ui/table/table_splitter.js
|
| @@ -77,7 +77,7 @@ cr.define('cr.ui', function() {
|
|
|
| /**
|
| * The table associated with the splitter.
|
| - * @type {cr.ui.Table}
|
| + * @type {Element}
|
| */
|
| cr.defineProperty(TableSplitter, 'table');
|
|
|
|
|