Skip to content

Commit

Permalink
Fix test breakage from d67c654
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Jan 26, 2018
1 parent c5fa130 commit 5b46735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/xpcom/data/dataObject.js
Expand Up @@ -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 = {
Expand Down

0 comments on commit 5b46735

Please sign in to comment.