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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 CEv1: copy properties from prototype chain in IE10 #25832

Merged

Conversation

jridgewell
Copy link
Contributor

@jridgewell jridgewell commented Dec 3, 2019

This does two things:

  • Removes unnecessary local variables for global functions (mainly Object, since reusing the module's global won't pollute anything)
  • Tests and fixes copyProperties in creating prototype chains in IE10

Re: #25801

@jridgewell jridgewell merged commit a306d2c into ampproject:master Dec 3, 2019
@jridgewell jridgewell deleted the custom-elements-copy-properties branch December 3, 2019 03:53
micajuine-ho pushed a commit to micajuine-ho/amphtml that referenced this pull request Dec 27, 2019
* Remove Object param

* Test and fix copyProperties

* fix

* fix
@jridgewell jridgewell added this to Done in Custom Elements V1 Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants