Index: chrome/browser/resources/file_manager/js/image_editor/commands.js |
diff --git a/chrome/browser/resources/file_manager/js/image_editor/commands.js b/chrome/browser/resources/file_manager/js/image_editor/commands.js |
index 022701248b473fc89b2c7d29a4add7dcfc5b35fe..f900c0067795062b94e3b2bd744b83bb366c83c3 100644 |
--- a/chrome/browser/resources/file_manager/js/image_editor/commands.js |
+++ b/chrome/browser/resources/file_manager/js/image_editor/commands.js |
@@ -263,8 +263,8 @@ Command.prototype.revertView = function(canvas, imageView) { |
* |
* @param {Document} document Document to create canvas in. |
* @param {HTMLCanvasElement} srcCanvas to copy optional dimensions from. |
- * @param {int} opt_width new canvas width; |
- * @param {int} opt_height new canvas height; |
+ * @param {int} opt_width new canvas width. |
+ * @param {int} opt_height new canvas height. |
* @return {HTMLCanvasElement} Newly created canvas. |
* @private |
*/ |
@@ -279,7 +279,7 @@ Command.prototype.createCanvas_ = function( |
/** |
* Rotate command |
- * @param {number} rotate90 Rotation angle in 90 degree increments (signed) |
+ * @param {number} rotate90 Rotation angle in 90 degree increments (signed). |
* @constructor |
* @extends {Command} |
*/ |
@@ -349,9 +349,9 @@ Command.Crop.prototype.revertView = function(canvas, imageView) { |
/** |
* Filter command. |
* |
- * @param {string} name Command name |
- * @param {function(ImageData,ImageData,number,number)} filter Filter function |
- * @param {string} message Message to display when done |
+ * @param {string} name Command name. |
+ * @param {function(ImageData,ImageData,number,number)} filter Filter function. |
+ * @param {string} message Message to display when done. |
* @constructor |
* @extends {Command} |
*/ |