| Index: ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js b/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
|
| index 772b689ed34d8ed902c19bf3b127fc2599c4e15a..f16931f5e4e05e2f9f3ea1c93878d0a0391e987c 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/list_thumbnail_loader.js
|
| @@ -18,7 +18,6 @@
|
| * @struct
|
| * @constructor
|
| * @extends {cr.EventTarget}
|
| - * @suppress {checkStructDictInheritance}
|
| */
|
| function ListThumbnailLoader(
|
| directoryModel, thumbnailModel, volumeManager,
|
| @@ -325,7 +324,6 @@ ListThumbnailLoader.prototype.dispatchThumbnailLoaded_ = function(
|
| * @param {number} index Index of an original image in the current data model.
|
| * @param {!ListThumbnailLoader.ThumbnailData} thumbnail Thumbnail.
|
| * @extends {Event}
|
| - * @suppress {checkStructDictInheritance}
|
| * @constructor
|
| * @struct
|
| */
|
|
|