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

Unified Diff: chrome/browser/resources/file_manager/js/media/media_util.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/media/media_util.js
diff --git a/chrome/browser/resources/file_manager/js/media/media_util.js b/chrome/browser/resources/file_manager/js/media/media_util.js
index 495c5e5c0760eaad15881a144051af84ae5d73fd..b9934bc2469e1cfe1b8f297b6e5f1d700d76bc42 100644
--- a/chrome/browser/resources/file_manager/js/media/media_util.js
+++ b/chrome/browser/resources/file_manager/js/media/media_util.js
@@ -91,7 +91,7 @@ ThumbnailLoader.LoaderType = {
* the image itself as a thumbnail. If the image is too large it hurts
* the performance a lot so we allow it only for moderately sized files.
*
- * @param {Object} metadata Metadata object
+ * @param {Object} metadata Metadata object.
* @return {boolean} Whether it is OK to use the image url for a preview.
* @private
*/

Powered by Google App Engine
This is Rietveld 408576698