Don't inject style elements using innerHTML as they will go away in IE. Fixes #5977.
authorjeresig <jeresig@gmail.com>
Sat, 13 Feb 2010 08:30:45 +0000 (03:30 -0500)
committerjeresig <jeresig@gmail.com>
Sat, 13 Feb 2010 08:30:45 +0000 (03:30 -0500)
commitc1ac9fdf45632f0e0d1f7183500ce45dde7319d7
tree31a789cc19d10a53fafef90b162ead0ac45a7a89
parent14e1200d59345e8ece8d6edfcf75af2e90ae8b72
Don't inject style elements using innerHTML as they will go away in IE. Fixes #5977.
src/manipulation.js
test/unit/manipulation.js