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

Unified Diff: chrome/browser/resources/file_manager/js/photo/gallery.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/photo/gallery.js
diff --git a/chrome/browser/resources/file_manager/js/photo/gallery.js b/chrome/browser/resources/file_manager/js/photo/gallery.js
index ceb520ad1902a78bd5b8ab6606690ed604722a09..17f748857c72f9a86ec3a267655eb341d1a71de4 100644
--- a/chrome/browser/resources/file_manager/js/photo/gallery.js
+++ b/chrome/browser/resources/file_manager/js/photo/gallery.js
@@ -38,7 +38,7 @@ function unload(opt_exiting) { Gallery.instance.onUnload(opt_exiting) }
* {Array.<Object>} shareActions
* {string} readonlyDirName Directory name for readonly warning or null.
* {DirEntry} saveDirEntry Directory to save to.
- * {function(string)} displayStringFunction
+ * {function(string)} displayStringFunction.
* @class
* @constructor
*/
@@ -790,7 +790,7 @@ Gallery.prototype.onFilenameEditKeydown_ = function() {
};
/**
- * @return {boolean} True if file renaming is currently in progress
+ * @return {boolean} True if file renaming is currently in progress.
* @private
*/
Gallery.prototype.isRenaming_ = function() {

Powered by Google App Engine
This is Rietveld 408576698