| Index: ui/file_manager/file_manager/foreground/js/file_selection.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/file_selection.js b/ui/file_manager/file_manager/foreground/js/file_selection.js
|
| index 7b47973b221dc5a13b5d16aac36bc8db8e372cd5..c3bf47492c80ef708f9d40a9bb0a9e3f11af1bf9 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/file_selection.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/file_selection.js
|
| @@ -143,7 +143,6 @@ FileSelection.prototype.completeInit = function() {
|
| * @extends {cr.EventTarget}
|
| * @constructor
|
| * @struct
|
| - * @suppress {checkStructDictInheritance}
|
| */
|
| function FileSelectionHandler(fileManager) {
|
| cr.EventTarget.call(this);
|
|
|