Re: [w3c/webcomponents] ES5 consideration for custom elements (#423)

FYI, `new.target` is readonly (i.e. not assignable). You need to use `Reflect.construct` to set `new.target` instead.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/423#issuecomment-208159581

Received on Monday, 11 April 2016 04:28:29 UTC