Add Element#clone as a safe wrapper of native `cloneNode`. (Andrew Dupont, kangax)
This commit is contained in:
parent
c2915dfe9b
commit
4fefe32876
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue