js error
Posted: Tue May 14, 2013 3:59 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Michael.
'a.name' and 'b.name' in your function means that you try to sort array with objects. And objects has property 'name'.
But your error means that objects in your array has no property 'name'.
Oleg
I dont understand, how can I fix it, all was ok yesterday
thanks Oleg,
I got it sorted