Allow "Zotero.Fulltext" as "Zotero.FullText"

"Zotero.Fulltext" should be considered deprecated, though there's no
warning for it yet.
This commit is contained in:
Dan Stillman 2015-11-12 02:42:20 -05:00
parent 6d289797bf
commit 614232754a

View file

@ -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;