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

Unified Diff: ui/file_manager/gallery/js/gallery.js

Issue 274473004: Nitpicking fixes for Files.app code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: ui/file_manager/gallery/js/gallery.js
diff --git a/ui/file_manager/gallery/js/gallery.js b/ui/file_manager/gallery/js/gallery.js
index 9bee41e401b717ac0bbbb2e7758e89cceaf99d9a..6024be7109f0cab28d1e899891be87afaf1ed230 100644
--- a/ui/file_manager/gallery/js/gallery.js
+++ b/ui/file_manager/gallery/js/gallery.js
@@ -67,14 +67,14 @@ function Gallery(volumeManager) {
Gallery.prototype.__proto__ = cr.EventTarget.prototype;
/**
- * Tools fade-out timeout im milliseconds.
+ * Tools fade-out timeout in milliseconds.
* @const
* @type {number}
*/
Gallery.FADE_TIMEOUT = 3000;
/**
- * First time tools fade-out timeout im milliseconds.
+ * First time tools fade-out timeout in milliseconds.
* @const
* @type {number}
*/
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/search_box.js ('k') | ui/file_manager/gallery/js/mosaic_mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698