mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 15:38:33 +02:00
meh
This commit is contained in:
parent
dd9f05eaa3
commit
50a9eec959
3 changed files with 10 additions and 4 deletions
|
@ -1648,7 +1648,9 @@ var Ref = Backbone.Model.extend({
|
|||
|
||||
var Branch = Ref.extend({
|
||||
defaults: {
|
||||
visBranch: null
|
||||
visBranch: null,
|
||||
isOrigin: false,
|
||||
origin: null
|
||||
},
|
||||
|
||||
initialize: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue