Chip Lay

Results 2 issues of Chip Lay

Would be great to include the ability to add comparators while creating subsets: ``` javascript App.Collections.entriesByTitle = App.Collections.allEntries.subcollection({ filter: function(task) { return task; }, comparator: sortByTitle }); ```

Any plans for supporting Node in the future? This project has got me pretty excited!