Fix "Add Identifier by ID" in Fx45

const doesn't create a property on the global object in Fx45
This commit is contained in:
Dan Stillman 2016-02-01 18:49:37 -05:00
parent ef180d190f
commit 04d957a95c

View File

@ -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
*/ */