really hacky job of refs

This commit is contained in:
Peter Cottle 2012-09-19 20:10:58 -07:00
parent 8d6e835538
commit 18256dad4b
5 changed files with 103 additions and 9 deletions

View file

@ -6,6 +6,10 @@ var CommandCollection = Backbone.Collection.extend({
model: Command,
});
var BranchCollection = Backbone.Collection.extend({
model: Branch
});
var CommandBuffer = Backbone.Model.extend({
defaults: {
collection: null,