have visual refs working and better error models

This commit is contained in:
Peter Cottle 2012-09-12 21:38:00 -07:00
parent 9221088853
commit af76c03ad1
10 changed files with 212 additions and 74 deletions

5
src/collections.js Normal file
View file

@ -0,0 +1,5 @@
var CommitCollection = Backbone.Collection.extend({
model: Commit
});
var commitCollection = new CommitCollection();