| Index: ui/file_manager/file_manager/common/js/mock_entry.js
|
| diff --git a/ui/file_manager/file_manager/common/js/mock_entry.js b/ui/file_manager/file_manager/common/js/mock_entry.js
|
| index 01b5815e26964e59cbd3776833d00e85d9a95dd5..532b9206ae797ebc86320d8a8aa2b9ef7d7c50b9 100644
|
| --- a/ui/file_manager/file_manager/common/js/mock_entry.js
|
| +++ b/ui/file_manager/file_manager/common/js/mock_entry.js
|
| @@ -54,7 +54,7 @@ MockFileSystem.prototype.populate = function(paths) {
|
|
|
| // If the path doesn't end in a slash, create a file.
|
| if (!/\/$/.test(path))
|
| - this.entries[path] = new MockFileEntry(this, path, {size: 0});
|
| + this.entries[path] = new MockFileEntry(this, path, {size: 0});
|
| }.bind(this));
|
| };
|
|
|
|
|