Index: chrome/browser/resources/file_manager/js/photo/ribbon.js |
diff --git a/chrome/browser/resources/file_manager/js/photo/ribbon.js b/chrome/browser/resources/file_manager/js/photo/ribbon.js |
index 72e4a3e7cb9bf512b98b99d1931ec9eca3b49563..66c3689bcce730f547c9c02344a5fd58bf3d81cb 100644 |
--- a/chrome/browser/resources/file_manager/js/photo/ribbon.js |
+++ b/chrome/browser/resources/file_manager/js/photo/ribbon.js |
@@ -324,7 +324,7 @@ Ribbon.prototype.renderThumbnail_ = function(index) { |
/** |
* Set the thumbnail image. |
* |
- * @param {Element} thumbnail Thumbnail element |
+ * @param {Element} thumbnail Thumbnail element. |
* @param {string} url Image url. |
* @param {Object} metadata Metadata. |
* @private |