Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2231)

Unified Diff: chrome/browser/resources/file_manager/js/image_editor/image_editor.js

Issue 12212187: [Cleanup] Files.app: Misc style fixes in Javascript code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698