Skip to content

amp-accordion peek-a-boo bug#9221

Merged
aghassemi merged 1 commit intoampproject:masterfrom
aghassemi:accord
May 9, 2017
Merged

amp-accordion peek-a-boo bug#9221
aghassemi merged 1 commit intoampproject:masterfrom
aghassemi:accord

Conversation

@aghassemi
Copy link
Copy Markdown
Contributor

Fixed #3586

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

this.mutateElement(() => {
Copy link
Copy Markdown
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
Copy Markdown
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.

4 participants