Skip to content

Loading…

Restore compatibility with Chrome 39's registerElement #2403

Closed
sorvell opened this Issue · 0 comments

1 participant

@sorvell
Owner

Although Polymer doesn't have official support for old Chrome versions, we've had a specific request to make a small change that allows Polymer to maintain compatibility with Chrome 39's implementation of document.registerElement.

We recently made a small change that can cause an undefined value in document.registerElement's options argument's extends property. We can trivially correct this by only setting extends if the user has requested to extend an element.

@sorvell sorvell added the p0 label
@sorvell sorvell self-assigned this
@sorvell sorvell closed this issue from a commit
@sorvell sorvell Fixes #2403 a6694b7
@sorvell sorvell closed this in a6694b7
@MartinMoizard MartinMoizard referenced this issue from a commit in MartinMoizard/polymer
@sorvell sorvell Fixes #2403 cd75943
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.