Your IP : 13.59.58.14


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/scale/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/scale/core.js

;(function(window) {

	if (BX.Scale) return;

	BX.Scale = {
		isObjEmpty: function(o)
		{
			var c = 0,
				result = false;

			for (var k in o)
				c++;

			if(c == 0)
				result = true;

			return result;
		}
	};

})(window);