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

Unified Diff: ui/file_manager/gallery/js/mosaic_mode.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/gallery/js/gallery.js ('k') | ui/file_manager/image_loader/cache.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/mosaic_mode.js
diff --git a/ui/file_manager/gallery/js/mosaic_mode.js b/ui/file_manager/gallery/js/mosaic_mode.js
index e776ff8f06549e8585bafac4bdbc574f57af7b9d..6c8dfe97cd1f47b1384981cf0b8c67f530264e04 100644
--- a/ui/file_manager/gallery/js/mosaic_mode.js
+++ b/ui/file_manager/gallery/js/mosaic_mode.js
@@ -466,7 +466,7 @@ Mosaic.prototype.onSplice_ = function(event) {
if (event.removed.length) {
for (var t = 0; t !== event.removed.length; t++) {
// If the layout for the tile has not done yet, the parent is null.
- // And the layout will not be done after onSplice_ becuase it is removed
+ // And the layout will not be done after onSplice_ because it is removed
// from this.tiles_.
if (this.tiles_[index + t].parentNode)
this.removeChild(this.tiles_[index + t]);
« no previous file with comments | « ui/file_manager/gallery/js/gallery.js ('k') | ui/file_manager/image_loader/cache.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698