| Index: ui/file_manager/file_manager/foreground/js/file_transfer_controller.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/file_transfer_controller.js b/ui/file_manager/file_manager/foreground/js/file_transfer_controller.js
|
| index 3062738231f662aabb36e9c84762feb82647851f..69fa453b0d0bac74556d7846f517570cd553111d 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/file_transfer_controller.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/file_transfer_controller.js
|
| @@ -161,7 +161,7 @@ function FileTransferController(doc,
|
| * @private
|
| * @const
|
| */
|
| - this.copyCommand_ = queryRequiredElement(this.document_, 'command#copy');
|
| + this.copyCommand_ = queryRequiredElement('command#copy', this.document_);
|
|
|
| /**
|
| * @type {DirectoryEntry}
|
|
|