www

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

commit 9017aa69dbe17f2424ad438b5f1e4b4553f01f35
parent cefab23888fe494e3584b8e557f2a653ed6b5100
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 12 Nov 2014 14:45:02 -0500

Fix typo

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

diff --git a/chrome/content/zotero/xpcom/connector/translate_item.js b/chrome/content/zotero/xpcom/connector/translate_item.js @@ -196,7 +196,7 @@ Zotero.Translate.ItemSaver.prototype = { Zotero.API.createItem({"items":newItems}, function(statusCode, response) { if(statusCode !== 200) { callback(false, new Error("Save to server failed with "+statusCode+" "+response)); - retrun; + return; } try {