Fix typo
This commit is contained in:
parent
9a3f3b7026
commit
0a25cdad96
1 changed files with 1 additions and 1 deletions
|
@ -1626,7 +1626,7 @@ Zotero.Integration.Fields.prototype.addEditCitation = function(field, callback)
|
|||
try {
|
||||
session.lookupItems(citation);
|
||||
} catch(e) {
|
||||
if(e instanceof MissingItemException) {
|
||||
if(e instanceof Zotero.Integration.MissingItemException) {
|
||||
citation.citationItems = [];
|
||||
} else {
|
||||
throw e;
|
||||
|
|
Loading…
Reference in a new issue