| Index: ui/file_manager/file_manager/foreground/js/directory_contents.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/directory_contents.js b/ui/file_manager/file_manager/foreground/js/directory_contents.js
|
| index dd275bd8a320311b03e5f812f3a359358bece825..42e8665211cfb56ffccf1d79e9d980a477647c9f 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/directory_contents.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/directory_contents.js
|
| @@ -332,7 +332,7 @@ function FileFilter(metadataCache, showHidden) {
|
| this.metadataCache_ = metadataCache;
|
|
|
| /**
|
| - * @type Object.<string, Function>
|
| + * @type {Object.<string, Function>}
|
| * @private
|
| */
|
| this.filters_ = {};
|
| @@ -417,6 +417,7 @@ function FileListModel(metadataCache) {
|
| /**
|
| * Metadata cache.
|
| * @type {MetadataCache}
|
| + * @private
|
| */
|
| this.metadataCache_ = metadataCache;
|
|
|
|
|