mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 06:34:26 +02:00
now rebase coverage
This commit is contained in:
parent
cb47dd2728
commit
6a48f2fff4
4 changed files with 18 additions and 4 deletions
|
@ -45,6 +45,10 @@ var AnimationQueue = Backbone.Model.extend({
|
|||
promise.then(_.bind(function() {
|
||||
this.finish();
|
||||
}, this));
|
||||
promise.fail(function(e) {
|
||||
console.log('uncaught error', e);
|
||||
throw e;
|
||||
});
|
||||
this.set('promiseBased', true);
|
||||
if (deferred) {
|
||||
deferred.resolve();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue