| Index: chrome/browser/resources/file_manager/js/image_editor/image_editor.js
|
| diff --git a/chrome/browser/resources/file_manager/js/image_editor/image_editor.js b/chrome/browser/resources/file_manager/js/image_editor/image_editor.js
|
| index deb49c49870304f1e2e5964fbd79be39c5416e4c..17e265ab2dba0927a3922bfd3a33fad68fc7c28e 100644
|
| --- a/chrome/browser/resources/file_manager/js/image_editor/image_editor.js
|
| +++ b/chrome/browser/resources/file_manager/js/image_editor/image_editor.js
|
| @@ -375,7 +375,7 @@ ImageEditor.Mode.OneClick = function(name, command) {
|
| ImageEditor.Mode.OneClick.prototype = {__proto__: ImageEditor.Mode.prototype};
|
|
|
| /**
|
| - * @return {Command} command
|
| + * @return {Command} command.
|
| */
|
| ImageEditor.Mode.OneClick.prototype.getCommand = function() {
|
| return this.command_;
|
|
|