Your IP : 216.73.217.49


Current Path : /var/www/amortar/data/www/a-mortar/bitrix/js/landing/history/
Upload File :
Current File : /var/www/amortar/data/www/a-mortar/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;
	};
})();