From 6c2b8e1688db1544054395b5c89667097802501d Mon Sep 17 00:00:00 2001 From: aurimasv Date: Tue, 1 Jan 2013 20:32:09 -0600 Subject: [PATCH] Minor documentation update --- .../content/zotero/xpcom/translation/translate_firefox.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/translation/translate_firefox.js b/chrome/content/zotero/xpcom/translation/translate_firefox.js index ff4713e377..8e17c32d07 100644 --- a/chrome/content/zotero/xpcom/translation/translate_firefox.js +++ b/chrome/content/zotero/xpcom/translation/translate_firefox.js @@ -146,8 +146,10 @@ Zotero.Translate.SandboxManager.prototype = { * Imports an object into the sandbox * * @param {Object} object Object to be imported (under Zotero) - * @param {Boolean} passTranslateAsFirstArgument Whether the translate instance should be passed - * as the first argument to the function. + * @param {*} [passTranslateAsFirstArgument] An argument to pass + * as the first argument to the function. + * @param {Object} [attachTo] The object to attach `object` to. + * Defaults to this.sandbox.Zotero */ "importObject":function(object, passAsFirstArgument, attachTo) { if(!attachTo) attachTo = this.sandbox.Zotero;