Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused timer delay to scheduleLayout #10989

Merged
merged 4 commits into from Aug 18, 2017
Merged

Conversation

zhouyx
Copy link
Contributor

@zhouyx zhouyx commented Aug 18, 2017

No description provided.

tryFocus(this.element);
}, ANIMATION_TIMEOUT);
this.element.addEventListener('transitionend', this.boundReschedule_);
this.element.addEventListener('animationend', this.boundReschedule_);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you will also need to modify the close sidebar code.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@zhouyx zhouyx force-pushed the sidebar branch 2 times, most recently from 48d0d49 to ede3d87 Compare August 18, 2017 22:53
@zhouyx zhouyx merged commit 40520c2 into ampproject:master Aug 18, 2017
@zhouyx zhouyx deleted the sidebar branch August 18, 2017 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants