googlecodelabs / chrome-es2015

How to build your first ES2015/ES6 app
https://codelabs.developers.google.com/codelabs/chrome-es2015/
Apache License 2.0
18 stars 33 forks source link

customElements - does not work anymore on main.js #18

Open takrishna opened 4 years ago

takrishna commented 4 years ago

customElements.define('sticky-note', StickyNote);

Second param is a function - {prototype:StickyNote} - does not work anymore

power-f-GOD commented 4 years ago

Can this be fixed asap? :(