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() { |