webcomponents / polyfills

Web Components Polyfills
BSD 3-Clause "New" or "Revised" License
1.13k stars 165 forks source link

fix(scoped-custom-element-registry): remove square brackets from method names #486

Closed bgotink closed 2 years ago

bgotink commented 2 years ago

482 contained a couple of typos that break certain form-associated callbacks. Instead of putting these three names inside square brackets to prevent closure from mangling them, the square brackets were placed inside the method names.