Mistake in "Introduction to Webix" Tutorial

There is a mistake in the last codeblock on the following site of the tutorial:
http://webix.com/quick-start/introduction.html#!/10

“var id = $$(“mylist”).getSelected();” should be “var id = $$(“mylist”).getSelectedId();”

Hope it helps beginners to prevent frustrating experiences with Webix and to convince them using Webix :wink:

Kind regards
Alain

Thank you for being attentive, we’ll fix it.