Fix RDF in Fx >= 17
This commit is contained in:
parent
70fad9730a
commit
4eccdf724d
1 changed files with 1 additions and 0 deletions
|
@ -514,6 +514,7 @@ Zotero.Translate.SandboxManager.prototype = {
|
|||
if(!wm) wm = new WeakMap();
|
||||
|
||||
var obj2 = (obj instanceof Array ? new this.sandbox.Array() : new this.sandbox.Object());
|
||||
obj2.__proto__ = obj.__proto__;
|
||||
for(var i in obj) {
|
||||
if(!obj.hasOwnProperty(i)) continue;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue