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

Unified Diff: ui/file_manager/image_loader/image_loader.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
« no previous file with comments | « ui/file_manager/image_loader/cache.js ('k') | ui/file_manager/video_player/js/error_util.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/image_loader/image_loader.js
diff --git a/ui/file_manager/image_loader/image_loader.js b/ui/file_manager/image_loader/image_loader.js
index 24b07a4d62041750f2c425d1d3121925d7491c84..5f85116226c8647ad2349d83fee90d240a64b9c9 100644
--- a/ui/file_manager/image_loader/image_loader.js
+++ b/ui/file_manager/image_loader/image_loader.js
@@ -36,7 +36,7 @@ function ImageLoader() {
});
initPromises.push(new Promise(this.cache_.initialize.bind(this.cache_)));
- // After all initializatino promises are done, start the worker.
+ // After all initialization promises are done, start the worker.
Promise.all(initPromises).then(this.worker_.start.bind(this.worker_));
// Listen for mount events, and grant permissions to volumes being mounted.
« no previous file with comments | « ui/file_manager/image_loader/cache.js ('k') | ui/file_manager/video_player/js/error_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698