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

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

Issue 12262003: [Cleanup] Files.app: Adds missing periods at the end of the descriptions. (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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/image_editor/exif_encoder.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}
*/
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/image_editor/exif_encoder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698