Rev 432 | Rev 434 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* array.js - Renamed jsx.array.getComparator() to jsx.array.createComparator() (factory, not getter) - jsx.array.createComparator(): + Fixed default comparison + Added support for conversion by callback and constructor + Added support for inner comparator (thanks to Scott Sauyet for the basic idea, see <news:42a7e3a8-0fc0-4a5d-8809-312503f14f28@z10g2000yqd.googlegroups.com>) + Fixed JSdoc * test/array.html - Added unit test (currently, jsx.array.createComparator() only)