All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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