Your IP : 172.69.214.232


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/node/img/dist/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/node/img/dist/img.bundle.js

this.BX = this.BX || {};
this.BX.Landing = this.BX.Landing || {};
(function (exports,main_core) {
	'use strict';

	class Img {
	  constructor(options = {
	    name: 'Img'
	  }) {
	    this.name = options.name;
	  }

	  setName(name) {
	    if (main_core.Type.isString(name)) {
	      this.name = name;
	    }
	  }

	  getName() {
	    return this.name;
	  }

	}

	exports.Img = Img;

}((this.BX.Landing.Node = this.BX.Landing.Node || {}),BX));
//# sourceMappingURL=img.bundle.js.map