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

amp-accordion peek-a-boo bug #9221

Merged
merged 1 commit into from
May 9, 2017
Merged

Conversation

aghassemi
Copy link
Contributor

Fixed #3586

section.hasAttribute('expanded').toString());
header.addEventListener('click', this.onHeaderClick_.bind(this));

this.mutateElement(() => {
Copy link
Contributor

Choose a reason for hiding this comment

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

wow this was not in a mutate ? !!!!!

You might need to fix the tests by doing
impl.mutateElement= function(cb) {
cb();
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

tests were not failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants