[w3c/webcomponents] customElements.define not working (#506)

I tried the example and the command line
`customElements.define("flag-icon", FlagIcon);` did not work with me, once I replaced it with the `document.registerElement("flag-icon", FlagIcon);` command, it worked fine!

---
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/506

Received on Wednesday, 25 May 2016 19:25:34 UTC