> Nobody got any suggestions as to what I'm doing wrong here? I thought this > would be an "easy one" for those that understand it :)
I think the docs are misleading as far as what is "secondary sort" in the output vs. the order of calling sort(). In this thread, Aaron refers to the "secondary sort" being the one applied in the _first_ sort(): http://groups.google.com/group/mootools-users/browse_thread/thread/573af3e792932811 Indeed, if you change your Fiddle with that in mind it seems to behave as you want: http://jsfiddle.net/6uRLa/2/ I also hard-coded the parsers. -- S.
