Fixed clone so that it now properly copies changes to the innerHTML in IE. Unfortuna...
authorBrandon Aaron <brandon.aaron@gmail.com>
Sat, 8 Dec 2007 23:03:10 +0000 (23:03 +0000)
committerBrandon Aaron <brandon.aaron@gmail.com>
Sat, 8 Dec 2007 23:03:10 +0000 (23:03 +0000)
commitccf055033ab165c677590b42fa0ca7e0a29e9fb7
treeb2e6ceffafd73e82241b53d9c162bc60195f0d1c
parentb3ec8edddd9261eef490f8317144e9c68c888819
Fixed clone so that it now properly copies changes to the  innerHTML in IE. Unfortunately, IE stores some modifications to some attributes only as a property and they are still not copied properly. This is documented in ticket #1836.
src/core.js