From 614232754ae99b39eb1c5f6523c927440b41e2cc Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 12 Nov 2015 02:42:20 -0500 Subject: [PATCH] Allow "Zotero.Fulltext" as "Zotero.FullText" "Zotero.Fulltext" should be considered deprecated, though there's no warning for it yet. --- chrome/content/zotero/xpcom/fulltext.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/fulltext.js b/chrome/content/zotero/xpcom/fulltext.js index 47e5ba4da6..c9854aa0c5 100644 --- a/chrome/content/zotero/xpcom/fulltext.js +++ b/chrome/content/zotero/xpcom/fulltext.js @@ -23,7 +23,7 @@ ***** END LICENSE BLOCK ***** */ -Zotero.Fulltext = new function(){ +Zotero.Fulltext = Zotero.FullText = new function(){ const CACHE_FILE = '.zotero-ft-cache'; this.pdfConverterIsRegistered = pdfConverterIsRegistered;