function()

in assets/js/protocol/utils.js [19:24]


        function (s) {
            const matches = (this.document || this.ownerDocument).querySelectorAll(s);
            let i = matches.length;
            while (--i >= 0 && matches.item(i) !== this) { } // eslint-disable-line no-empty
            return i > -1;
        };