unitlist and html initialisation

When trying to initialise a unit list with a specific uniteBy function in HTML, the property on the config object is set to ‘uniteby’. This is because HTML5 is case-insensitive whereas JS is not. Is there any way to get around this?

The issue already fixed in dev build and will be released as part of Webix 1.5.1 ( Feb 28 )
In next version you will be able to use dashes instead of camel case, for init from html

<div view="unitlist" unit-by="#some#" 

Fixed build ( v.1.5.1 ) is available at github - Releases · webix-hub/webix · GitHub