UNPKG

polyfill-service

Version:
10 lines (7 loc) 231 B
Element.prototype.cloneNode = (function(nativeFunc) { return function(deep) { var clone = nativeFunc.call(this, deep); if ('checked' in this) clone.checked = this.checked; return clone; } })(Element.prototype.cloneNode);