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

Unified Diff: chrome/browser/resources/file_manager/js/photo/slide_mode.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 | « chrome/browser/resources/file_manager/js/photo/select_album_dialog.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/photo/slide_mode.js
diff --git a/chrome/browser/resources/file_manager/js/photo/slide_mode.js b/chrome/browser/resources/file_manager/js/photo/slide_mode.js
index e40c32a1a4e7f9890fa0ecd8feb654637d38646c..e3e0ad77a8a63a155a166e1cdb65f2b21c2fab3a 100644
--- a/chrome/browser/resources/file_manager/js/photo/slide_mode.js
+++ b/chrome/browser/resources/file_manager/js/photo/slide_mode.js
@@ -68,7 +68,7 @@ SlideMode.editorModes = [
];
/**
- * @return {string} Mode name
+ * @return {string} Mode name.
*/
SlideMode.prototype.getName = function() { return 'slide' };
@@ -368,7 +368,7 @@ SlideMode.prototype.getSelectedImageRect = function() {
};
/**
- * @return {Gallery.Item} Selected item
+ * @return {Gallery.Item} Selected item.
*/
SlideMode.prototype.getSelectedItem = function() {
return this.getItem(this.getSelectedIndex());
« no previous file with comments | « chrome/browser/resources/file_manager/js/photo/select_album_dialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698