Ad
  • Custom User Avatar

    I have found the problem. I was changing the original array and it didn't like that. Make a duplicate array before you start sorting it.

  • Custom User Avatar

    I have tried serveral different solutions and I am having the same problem.

  • Custom User Avatar

    I am having the same issue as pshp and jesser. This is happening even when passing in a sorting function such as function sortNumber(a,b) {return a - b;}.