Add group.eraseTx()
This commit is contained in:
parent
cd2898ece3
commit
ec89a98f9d
|
@ -295,6 +295,13 @@ Zotero.Group.prototype.erase = Zotero.Promise.coroutine(function* () {
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Zotero.Group.prototype.eraseTx = function () {
|
||||||
|
return Zotero.DB.executeTransaction(function* () {
|
||||||
|
return this.erase();
|
||||||
|
}.bind(this));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Zotero.Group.prototype.fromJSON = function (json, userID) {
|
Zotero.Group.prototype.fromJSON = function (json, userID) {
|
||||||
this._requireLoad();
|
this._requireLoad();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user