org.dominokit.domino.ui.public.polyfill.polyfill-ie11.js Maven / Gradle / Ivy
(function (arr) {
arr.forEach(function (item) {
if (item.hasOwnProperty('remove')) {
return;
}
Object.defineProperty(item, 'remove', {
configurable: true,
enumerable: true,
writable: true,
value: function remove() {
if (this.parentNode !== null)
this.parentNode.removeChild(this);
}
});
});
})([Element.prototype, CharacterData.prototype, DocumentType.prototype]);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy