| 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 f1587ebe5beed553840b7f93d37fd34bf6dc6f47..fc345ecdcdf132f9c72d648d6d8a41c63e1ff7e1 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
|
| @@ -176,7 +176,7 @@ ImageEditor.prototype.canUndo = function() {
|
| return this.commandQueue_ && this.commandQueue_.canUndo();
|
| };
|
|
|
| - /**
|
| +/**
|
| * Undo the recently executed command.
|
| */
|
| ImageEditor.prototype.undo = function() {
|
| @@ -1034,9 +1034,9 @@ ImageEditor.Toolbar.prototype.show = function(on) {
|
|
|
| /** A prompt panel for the editor.
|
| *
|
| - * @constructor
|
| * @param {HTMLElement} container Container element.
|
| * @param {function} displayStringFunction A formatting function.
|
| + * @constructor
|
| */
|
| ImageEditor.Prompt = function(container, displayStringFunction) {
|
| this.container_ = container;
|
|
|