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

Add classList to Polymer.dom when ShadyDOM.noPatch is used #5489

Merged
merged 2 commits into from Feb 21, 2019

Conversation

sorvell
Copy link
Contributor

@sorvell sorvell commented Feb 15, 2019

Fixes #5488

@@ -395,6 +395,10 @@ if (window['ShadyDOM'] && window['ShadyDOM']['inUse'] && window['ShadyDOM']['noP
}
});

forwardReadOnlyProperties(Wrapper.prototype, [
Copy link
Member

Choose a reason for hiding this comment

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

Can you add some backstory in a comment about why this appears as such a special case?

It's not a made-up Polymer.dom thing, but it also never needed a Shady DOM patch? Why was it on 1.x's Polymer.dom then?

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.

@sorvell sorvell merged commit 187f10a into master Feb 21, 2019
@sorvell sorvell deleted the nopatch-classlist branch February 21, 2019 03:21
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