A little error in "Introduction to Webix"

Hello!

There is a little error in the code of theupdate_row function on line 12 at http://webix.com/quick-start/#!/9

It says

$$("mylist").update(sel, item);

And it should be

$$("mylist").updateItem(sel, item);

Cheers!