chrome-es2015
chrome-es2015 copied to clipboard
customElements - does not work anymore on main.js
customElements.define('sticky-note', StickyNote);
Second param is a function - {prototype:StickyNote} - does not work anymore
Can this be fixed asap? :(