Add Element#clone as a safe wrapper of native `cloneNode`. (Andrew Dupont, kangax)

This commit is contained in:
Andrew Dupont 2009-03-10 12:22:56 -05:00
parent c2915dfe9b
commit 4fefe32876
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
* Add Element#clone as a safe wrapper of native `cloneNode`. (Andrew Dupont, kangax)
* Add tests to ensure IE8 properly assigns a class name in the `Element` constructor. [#529 state:resolved] (Riki Fridrich, Andrew Dupont)
* Remove sniffing from `Element` when detecting broken `setAttribute` in IE. [#571 state:resolved] (kangax)