Fix "Add Identifier by ID" in Fx45
const doesn't create a property on the global object in Fx45
This commit is contained in:
parent
ef180d190f
commit
04d957a95c
|
@ -27,7 +27,7 @@
|
||||||
* Handles UI for lookup panel
|
* Handles UI for lookup panel
|
||||||
* @namespace
|
* @namespace
|
||||||
*/
|
*/
|
||||||
const Zotero_Lookup = new function () {
|
var Zotero_Lookup = new function () {
|
||||||
/**
|
/**
|
||||||
* Performs a lookup by DOI, PMID, or ISBN
|
* Performs a lookup by DOI, PMID, or ISBN
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user