allows to call code only once
some.attachEvent("onItemClick", webix.once(function()({ alert("Will be shown only for the first click"); }))