www

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

commit f14b1f250e8eb59659d028af3651d73f11d03b2d
parent 7a8e06cac2823c303bf8c8d15627c391283592f2
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue,  8 Jan 2013 19:27:57 -0500

Make clear that save to server code is non-Firefox only

Diffstat:
Mchrome/content/zotero/xpcom/connector/translate_item.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/connector/translate_item.js b/chrome/content/zotero/xpcom/connector/translate_item.js @@ -91,6 +91,8 @@ Zotero.Translate.ItemSaver.prototype = { }); }, + // ALL CODE BELOW THIS POINT IS EXECUTED ONLY IN NON-FIREFOX ENVIRONMENTS + /** * Saves items to server * @param items Items in Zotero.Item.toArray() format