| 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 93401157226ef76dc8766816f6bedeb59a9509c4..9fbab1860bada90f317eaf9a95dd6c1ff0aaac94 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/directory_contents.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/directory_contents.js
|
| @@ -628,7 +628,7 @@ DirectoryContents.prototype.__proto__ = cr.EventTarget.prototype;
|
|
|
| /**
|
| * Create the copy of the object, but without scan started.
|
| - * @return {DirectoryContents} Object copy.
|
| + * @return {!DirectoryContents} Object copy.
|
| */
|
| DirectoryContents.prototype.clone = function() {
|
| return new DirectoryContents(
|
|
|