| Index: ui/file_manager/file_manager/foreground/js/ui/file_table_list.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js b/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js
|
| index 3476fd81130d1103fc7d43b7fe33f1fc157aecd9..609f8d7a277a07736e99fbda511f431dd8ec790c 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js
|
| @@ -7,7 +7,6 @@
|
| * @constructor
|
| * @struct
|
| * @extends {cr.ui.table.TableList}
|
| - * @suppress {checkStructDictInheritance}
|
| */
|
| function FileTableList() {}
|
|
|
| @@ -52,7 +51,6 @@ FileTableList.prototype.createSelectionController = function(sm) {
|
| * @constructor
|
| * @extends {cr.ui.ListSelectionController}
|
| * @struct
|
| - * @suppress {checkStructDictInheritance}
|
| */
|
| function FileListSelectionController(selectionModel) {
|
| cr.ui.ListSelectionController.call(this, selectionModel);
|
|
|