Closed matthewp closed 5 years ago
This fixes a test that was using el.firstElementChild to use firstChild instead because the former is not available in IE11.
el.firstElementChild
firstChild
This fixes a test that was using
el.firstElementChild
to usefirstChild
instead because the former is not available in IE11.