sets the user who sends the comments in a certain instance of the app
webix.ui({
view:"comments",
currentUser:4,
url:"./data/comments.js",
users:"./data/users.js"
});
If the current user is not set, comments are sent anonymously.