www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit f112b0f9c28d468d9fa3a06fac8ea316ad1213fc
parent 72789baef6dac8d86f905e2f1cdea5de62a8b505
Author: aurimasv <aurimas.dev@gmail.com>
Date:   Sat, 12 May 2012 05:25:41 -0500

Expose RDF.serialize() to translators to assist with debugging.

Diffstat:
Mchrome/content/zotero/xpcom/translation/translate.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js @@ -2285,7 +2285,8 @@ Zotero.Translate.IO._RDFSandbox.prototype = { "getArcsOut":"r", "getSources":"r", "getTargets":"r", - "getStatementsMatching":"r" + "getStatementsMatching":"r", + "serialize":"r" }, /**