| Index: ui/file_manager/gallery/js/thumbnail_mode.js
|
| diff --git a/ui/file_manager/gallery/js/thumbnail_mode.js b/ui/file_manager/gallery/js/thumbnail_mode.js
|
| index 6b0b208bf6b9e0f38112a3c9cdf2992d96406612..a2a2d3cf4c3b507d80677f7a2614479e895ae55b 100644
|
| --- a/ui/file_manager/gallery/js/thumbnail_mode.js
|
| +++ b/ui/file_manager/gallery/js/thumbnail_mode.js
|
| @@ -60,10 +60,10 @@ ThumbnailMode.prototype.getTitle = function() { return 'GALLERY_THUMBNAIL'; };
|
|
|
| /**
|
| * Returns current sub mode.
|
| - * @return {Gallery.SubMode}
|
| + * @return {GallerySubMode}
|
| */
|
| ThumbnailMode.prototype.getSubMode = function() {
|
| - return Gallery.SubMode.BROWSE;
|
| + return GallerySubMode.BROWSE;
|
| };
|
|
|
| /**
|
|
|