Merge branch 'rewrite' into array-isArray

This commit is contained in:
Barney Carroll 2016-12-16 10:51:39 +00:00
commit aa72f87408
27 changed files with 1172 additions and 529 deletions

View file

@ -18,7 +18,7 @@ module.exports = function($window, Promise) {
var next = then.apply(promise, arguments)
next.then(complete, function(e) {
complete()
throw e
if (count === 0) throw e
})
return finalize(next)
}