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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/file_grid.js

Issue 927333002: Fix closure compiler error which is introduced by 931103002. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/ui/file_grid.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_grid.js b/ui/file_manager/file_manager/foreground/js/ui/file_grid.js
index 37c656a99398a395048b036d1704c42209c3b5d7..e514257fc605f88ecdf858334553f694a566eac9 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/file_grid.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/file_grid.js
@@ -303,7 +303,7 @@ FileGrid.decorateThumbnailBox_ = function(
/**
* Sets thumbnail image to the box.
- * @param {!HTMLDivElement} thumbnail A div element to hold thumbnails.
+ * @param {!HTMLDivElement} box A div element to hold thumbnails.
* @param {string} dataUrl Data url of thumbnail.
* @private
*/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698