Fx60: Don't try to override toString() on an object
This commit is contained in:
parent
0ad308f5f6
commit
d4b10f1c1e
1 changed files with 2 additions and 2 deletions
|
@ -38,10 +38,10 @@ Zotero.Sync.Storage.Result.prototype.updateFromResults = function (results) {
|
|||
}
|
||||
|
||||
|
||||
Zotero.Sync.Storage.Result.prototype.toString = function () {
|
||||
/*Zotero.Sync.Storage.Result.prototype.toString = function () {
|
||||
var obj = {};
|
||||
for (let prop of this._props) {
|
||||
obj[prop] = this[prop] || false;
|
||||
}
|
||||
return JSON.stringify(obj, null, " ");
|
||||
}
|
||||
}*/
|
||||
|
|
Loading…
Reference in a new issue