mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-16 17:44:28 +02:00
really hacky job of refs
This commit is contained in:
parent
8d6e835538
commit
18256dad4b
5 changed files with 103 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue