now rebase coverage

This commit is contained in:
Peter Cottle 2013-08-04 14:35:38 -07:00
parent cb47dd2728
commit 6a48f2fff4
4 changed files with 18 additions and 4 deletions

View file

@ -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();