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

Unified Diff: chrome/browser/resources/chromeos/login/lock.js

Issue 2533413002: cros: Small JS cleanup in lock screen code. (Closed)
Patch Set: Created 4 years, 1 month 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 | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/lock.js
diff --git a/chrome/browser/resources/chromeos/login/lock.js b/chrome/browser/resources/chromeos/login/lock.js
index 0e2a3d18d6342a0f40135f0c1ef50b29e27c186d..ad5919ce956cc5801e881bee324b882ccd243731 100644
--- a/chrome/browser/resources/chromeos/login/lock.js
+++ b/chrome/browser/resources/chromeos/login/lock.js
@@ -29,7 +29,7 @@ function showPinKeyboardAsync() {
// Called after polymer has been loaded. Fades the pin element in.
var onPinLoaded = function(pinKeyboard) {
var podRow = $('pod-row');
- podRow.togglePinTransitions(true);
+ podRow.toggleTransitions(true);
podRow.setFocusedPodPinVisibility(true);
};
« no previous file with comments | « no previous file | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698