Fix test breakage from d67c654245
This commit is contained in:
parent
c5fa1303e3
commit
5b46735204
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ Zotero.DataObject.prototype._finalizeErase = Zotero.Promise.coroutine(function*
|
|||
});
|
||||
|
||||
|
||||
Zotero.DataObject.prototype.toResponseJSON = function (options) {
|
||||
Zotero.DataObject.prototype.toResponseJSON = function (options = {}) {
|
||||
// TODO: library block?
|
||||
|
||||
var json = {
|
||||
|
|
Loading…
Reference in a new issue