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

Fix data attribute retrieving problem. #1139

Merged
merged 2 commits into from
Dec 12, 2020

Conversation

tai2
Copy link
Contributor

@tai2 tai2 commented Feb 6, 2018

Where original markup has a data attribute 'x' and it is overriden
by data('x', 'a'), it is accidentaly reset to the original markup state once
data() is called to get all data attributes. This commit fix the problem.

Where original markup has an data attribute 'x' and it is overriden
by data('x', 'a'), it is accidentaly reset to the original markup state once
data() is called to get all data attributes. This commit fix the problem.
@fb55 fb55 changed the base branch from master to v1.0.0 December 12, 2020 01:35
@fb55 fb55 merged commit 9ea8fd6 into cheeriojs:v1.0.0 Dec 12, 2020
@fb55
Copy link
Member

fb55 commented Dec 12, 2020

Thanks a lot @tai2!

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

Successfully merging this pull request may close these issues.

2 participants