mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-16 09:34:28 +02:00
have visual refs working and better error models
This commit is contained in:
parent
9221088853
commit
af76c03ad1
10 changed files with 212 additions and 74 deletions
5
src/collections.js
Normal file
5
src/collections.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
var CommitCollection = Backbone.Collection.extend({
|
||||
model: Commit
|
||||
});
|
||||
|
||||
var commitCollection = new CommitCollection();
|
Loading…
Add table
Add a link
Reference in a new issue