Updates:
        Status: Duplicate
        Mergedinto: 90

Comment #1 on issue 779 by [email protected]: javascript Array.sort() bug
http://code.google.com/p/v8/issues/detail?id=779

This is working as intended. The output is correctly sorted by sortId. If you want to sort by title as well that should be part of the sort function. The issue here is whether or not the sort algorithm is stable. V8 does not use a stable sorting algorithm.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to