mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 22:54:24 +02:00
moving to interactive rebasing
This commit is contained in:
parent
7e28fd8452
commit
0674d77fed
5 changed files with 50 additions and 17 deletions
|
@ -23,7 +23,8 @@ var AnimationQueue = Backbone.Model.extend({
|
|||
defaults: {
|
||||
animations: null,
|
||||
index: 0,
|
||||
callback: null
|
||||
callback: null,
|
||||
defer: false
|
||||
},
|
||||
|
||||
initialize: function(options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue