| Index: ui/file_manager/gallery/js/gallery_item.js
|
| diff --git a/ui/file_manager/gallery/js/gallery_item.js b/ui/file_manager/gallery/js/gallery_item.js
|
| index 107dbe532a2bba8215400f3427bdb5672d6cf931..77fae903ee9188f41d507c821d7ff1b64857129a 100644
|
| --- a/ui/file_manager/gallery/js/gallery_item.js
|
| +++ b/ui/file_manager/gallery/js/gallery_item.js
|
| @@ -12,7 +12,7 @@
|
| * fetchedMedia metadata.
|
| * @constructor
|
| */
|
| -Gallery.Item = function(entry, metadata, metadataCache) {
|
| +Gallery.Item = function(entry, metadata, metadataCache, original) {
|
| /**
|
| * @type {FileEntry}
|
| * @private
|
| @@ -34,7 +34,7 @@ Gallery.Item = function(entry, metadata, metadataCache) {
|
| * @type {boolean}
|
| * @private
|
| */
|
| - this.original_ = true;
|
| + this.original_ = original;
|
|
|
| Object.seal(this);
|
| };
|
|
|