Upgrade to Bluebird 3.1.1

This commit is contained in:
Dan Stillman 2016-01-08 21:07:10 -05:00
parent a8c364d830
commit 2ac27be95e
2 changed files with 2696 additions and 2265 deletions

View File

@ -582,7 +582,7 @@ Zotero.DBConnection.prototype.inTransaction = function () {
Zotero.DBConnection.prototype.waitForTransaction = function () {
if (!this._inTransaction) {
return Zotero.Promise.resolve().cancellable();
return Zotero.Promise.resolve();
}
if (Zotero.Debug.enabled) {
Zotero.debug("Waiting for transaction to finish", 5);

File diff suppressed because it is too large Load Diff