| Index: ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.js b/ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.js
|
| index 77589fb956dc7bbc2cfc97c43e9caa0c10dae695..596bcda33827625367c73ae4d37cbd7ca10930cd 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/ui/file_list_selection_model.js
|
| @@ -7,7 +7,6 @@
|
| * @constructor
|
| * @extends {cr.ui.ListSelectionModel}
|
| * @struct
|
| - * @suppress {checkStructDictInheritance}
|
| */
|
| function FileListSelectionModel(opt_length) {
|
| cr.ui.ListSelectionModel.call(this, opt_length);
|
| @@ -62,7 +61,6 @@ FileListSelectionModel.prototype.onChangeEvent_ = function(event) {
|
| * @constructor
|
| * @extends {cr.ui.ListSingleSelectionModel}
|
| * @struct
|
| - * @suppress {checkStructDictInheritance}
|
| */
|
| function FileListSingleSelectionModel(opt_length) {
|
| cr.ui.ListSingleSelectionModel.call(this, opt_length);
|
|
|