From bd5243221bcca5f01614948daabc9c4074dced55 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 16 Dec 2018 22:41:32 -0500 Subject: [PATCH] Fix another typo in c81961a9be --- chrome/content/zotero/xpcom/data/items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/data/items.js b/chrome/content/zotero/xpcom/data/items.js index 217f08f373..c6fe8842e7 100644 --- a/chrome/content/zotero/xpcom/data/items.js +++ b/chrome/content/zotero/xpcom/data/items.js @@ -1138,7 +1138,7 @@ Zotero.Items = function() { this.getFirstCreatorFromJSON = function (json) { Zotero.warn("Zotero.Items.getFirstCreatorFromJSON() is deprecated " - + "-- use Zotero.Utilities.Internal.getFirstCreatorFromItemJSON()"; + + "-- use Zotero.Utilities.Internal.getFirstCreatorFromItemJSON()"); return Zotero.Utilities.Internal.getFirstCreatorFromItemJSON(json); };