Updates:
Status: Duplicate
Mergedinto: 90Comment #1 on issue 779 by [email protected]: javascript Array.sort() bug http://code.google.com/p/v8/issues/detail?id=779This 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
