Closed dominicbarnes closed 10 years ago
Dependencies added:
matthewp/keys
Object.keys
matthewp/text
textContent
innerText
component/each
Array#forEach
In addition, in some cases, IE8 treats document fragments differently, so I've updated those here. (other browsers still pass the test suite)
A lot of the unit tests needed to be updated as well, to use IE8-friendly DOM/syntax.
This is ready for merge now
thanks man!
Dependencies added:
matthewp/keys
forObject.keys
matthewp/text
for correcttextContent
/innerText
manipulationcomponent/each
forArray#forEach
In addition, in some cases, IE8 treats document fragments differently, so I've updated those here. (other browsers still pass the test suite)
A lot of the unit tests needed to be updated as well, to use IE8-friendly DOM/syntax.