We've been using backbone.js at work a lot lately and I'm loving it so far. I wanted to share one thing I ran across recently where the solution to my problem was non-obvious.
Problem: I needed to sort a backbone collection using a natural sort algorithm. In order to sort the collection, you need...