Your IP : 18.227.52.200


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/main/polyfill/includes/js/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/main/polyfill/includes/js/includes.js

/**
 * Array.prototype.includes polyfill
 */
(function() {
	'use strict';

	if (typeof Array.prototype.includes !== 'function')
	{
		Object.defineProperty(Array.prototype, 'includes', {
			enumerable: false,
			value: function(element)
			{
				var result = this.find(function(currentElement) {
					return currentElement === element;
				});

				return result === element;
			},
		});
	}
})();