cloneNode
function
A custom cloneNode function to be used in browsers that properly support cloning of custom tags (IE8 for example). Fixes it by doing some manual cloning that uses innerHTML instead, which has been shimmed.
A custom cloneNode function to be used in browsers that properly support cloning of custom tags (IE8 for example). Fixes it by doing some manual cloning that uses innerHTML instead, which has been shimmed.