File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/main/install/js/main/polyfill/matches/js/matches.js
Back
/** * Element.prototype.matches polyfill */ ;(function(element) { 'use strict'; if (!element.matches && element.matchesSelector) { element.matches = element.matchesSelector; } if (!element.matches) { element.matches = function(selector) { var matches = document.querySelectorAll(selector); var self = this; return Array.prototype.some.call(matches, function(e) { return e === self; }); }; } })(Element.prototype);
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.31 |
proxy
|
phpinfo
|
Settings