%PDF- %PDF-
| Direktori : /proc/self/root/proc/10576/cwd/home/bitrix/www/bitrix/js/main/polyfill/includes/js/ |
| Current File : //proc/self/root/proc/10576/cwd/home/bitrix/www/bitrix/js/main/polyfill/includes/js/includes.js |
/**
* Array.prototype.includes polyfill
*/
(function() {
'use strict';
if (typeof Array.prototype.includes !== 'function')
{
Array.prototype.includes = function(element)
{
var result = this.find(function(currentElement) {
return currentElement === element;
});
return result === element;
};
}
})();