mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-11 23:24:26 +02:00
big design update, bugs, etc
This commit is contained in:
parent
ff4312ba49
commit
9378254f0a
8 changed files with 259 additions and 17 deletions
|
@ -21,12 +21,13 @@ var Animation = Backbone.Model.extend({
|
|||
|
||||
var AnimationQueue = Backbone.Model.extend({
|
||||
defaults: {
|
||||
animations: [],
|
||||
animations: null,
|
||||
index: 0,
|
||||
callback: null
|
||||
},
|
||||
|
||||
initialize: function(options) {
|
||||
this.set('animations', []);
|
||||
if (!options.callback) {
|
||||
console.warn('no callback');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue