If this is a JavaScript Date field, you can do this:
comparator: function(topic) {
return - topic.get('lastReply').getTime();
}
This will return a negative timestamp, so newer earlier timestamps (large numbers) will come back to older ones.
; - "" - .