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

Unified Diff: chrome/browser/resources/file_manager/js/image_editor/image_editor.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
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_;

Powered by Google App Engine
This is Rietveld 408576698