Your IP : 18.191.185.51


Current Path : /home/bitrix/ext_www/xn--80atde5a3i.com/bitrix/js/landing/history/
Upload File :
Current File : /home/bitrix/ext_www/xn--80atde5a3i.com/bitrix/js/landing/history/history_entry.js

;(function() {
	"use strict";

	BX.namespace("BX.Landing.History");

	BX.Landing.History.Entry = function(options)
	{
		this.block = options.block;
		this.selector = options.selector;
		this.command = typeof options.command === "string" ? options.command : "#invalidCommand";
		this.undo = options.undo;
		this.redo = options.redo;
	};
})();