Skip to content

Commit

Permalink
Merge pull request sequelize#2882 from alubbe/master
Browse files Browse the repository at this point in the history
updated bluebird to 2.6.2
  • Loading branch information
mickhansen committed Jan 20, 2015
2 parents 047995c + 893c377 commit e45aa95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Promise.prototype._then = function (didFulfill, didReject, didProgress, receiver

var bluebirdSettle = Promise.prototype._settlePromiseAt;
Promise.prototype._settlePromiseAt = function (index) {
bluebirdSettle.call(this, index);
var receiver = this._receiverAt(index);
bluebirdSettle.call(this, index);

if (this.$sql && receiver && receiver.emit) {
this.$sql.forEach(function (sql) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/sequelize/sequelize/issues"
},
"dependencies": {
"bluebird": "~2.3.11",
"bluebird": "2.4.2",
"dottie": "0.2.4",
"generic-pool": "2.1.1",
"inflection": "1.5.3",
Expand Down

0 comments on commit e45aa95

Please sign in to comment.