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

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

Issue 969763002: Files.app: Prevent shadow animation of grid items on redraw. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in the comment. 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 | « ui/file_manager/file_manager/foreground/js/ui/file_grid.js ('k') | 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_table_list.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js b/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js
index 207c848e3a3f52076a0b6dc8821e8656ed7bb7e1..3476fd81130d1103fc7d43b7fe33f1fc157aecd9 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/file_table_list.js
@@ -27,7 +27,7 @@ FileTableList.prototype.mergeItems = function(beginIndex, endIndex) {
// Make sure that list item's selected attribute is updated just after the
// mergeItems operation is done. This prevents checkmarks on selected items
- // from being animated unintentinally by redraw.
+ // from being animated unintentionally by redraw.
for (var i = beginIndex; i < endIndex; i++) {
var item = this.getListItemByIndex(i);
if (!item)
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_grid.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698