Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

js error

I have the following error
the second screeshot is the js from the file, can someone tell me whats wrong?

Image

Image

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

js error

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'.

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

js error

Oleg
I dont understand, how can I fix it, all was ok yesterday

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

js error

thanks Oleg,
I got it sorted

Return to “Issues”