mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Expose RDF.serialize() to translators to assist with debugging.
This commit is contained in:
parent
72789baef6
commit
f112b0f9c2
1 changed files with 2 additions and 1 deletions
|
|
@ -2285,7 +2285,8 @@ Zotero.Translate.IO._RDFSandbox.prototype = {
|
|||
"getArcsOut":"r",
|
||||
"getSources":"r",
|
||||
"getTargets":"r",
|
||||
"getStatementsMatching":"r"
|
||||
"getStatementsMatching":"r",
|
||||
"serialize":"r"
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue