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

Unified Diff: ui/login/account_picker/md_user_pod_row.js

Issue 2950113004: Fix undefined small pods container error (Closed)
Patch Set: use bind Created 3 years, 6 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/login/account_picker/md_user_pod_row.js
diff --git a/ui/login/account_picker/md_user_pod_row.js b/ui/login/account_picker/md_user_pod_row.js
index fcca34c298909efde03c1e88345253d349e6250b..0ac5ea25fa1a85bd94214198d475cf7bfdc854c7 100644
--- a/ui/login/account_picker/md_user_pod_row.js
+++ b/ui/login/account_picker/md_user_pod_row.js
@@ -3169,7 +3169,7 @@ cr.define('login', function() {
this.smallPodsContainer.classList.remove('images-loading');
this.topMask.classList.remove('images-loading');
this.bottomMask.classList.remove('images-loading');
- }, POD_ROW_IMAGES_LOAD_TIMEOUT_MS);
+ }.bind(this), POD_ROW_IMAGES_LOAD_TIMEOUT_MS);
var isAccountPicker = $('login-header-bar').signinUIState ==
SIGNIN_UI_STATE.ACCOUNT_PICKER;
« 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