canjs / can-component

Custom elements and widgets
https://canjs.com/doc/can-component.html
MIT License
8 stars 8 forks source link

Fix test to run in IE11 #345

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

This fixes a test that was using el.firstElementChild to use firstChild instead because the former is not available in IE11.