Skip to content

Commit

Permalink
oobe: Fix typo in display_manager
Browse files Browse the repository at this point in the history
TBR=antrim@chromium.org
BUG=none

Change-Id: Id2046f7aa2fc275198466e9bd1da03dfcb84536f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053807
Reviewed-by: Roman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741089}
  • Loading branch information
Roman Sorokin authored and Commit Bot committed Feb 13, 2020
1 parent 78f3931 commit 7b3e666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/login/display_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ cr.define('cr.ui.login', function() {
// is back in DOM tree and has correct offsetHeight / offsetWidth.
newStep.hidden = false;

if (newStep.getOobeUIInitialState) {0
if (newStep.getOobeUIInitialState) {
this.setOobeUIState(newStep.getOobeUIInitialState());
} else {
this.setOobeUIState(OOBE_UI_STATE.HIDDEN);
Expand Down

0 comments on commit 7b3e666

Please sign in to comment.