Fx60 compatibility: Don't try to override toString() on an object
This commit is contained in:
parent
b2fd9fece7
commit
b7b9a2063b
|
@ -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 = {};
|
var obj = {};
|
||||||
for (let prop of this._props) {
|
for (let prop of this._props) {
|
||||||
obj[prop] = this[prop] || false;
|
obj[prop] = this[prop] || false;
|
||||||
}
|
}
|
||||||
return JSON.stringify(obj, null, " ");
|
return JSON.stringify(obj, null, " ");
|
||||||
}
|
}*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user