www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 0a25cdad96ca696537d07699025181a69487ccd9
parent 9a3f3b70268211b748717ee3a138be81a9ceb293
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun, 12 Feb 2012 17:22:12 -0500

Fix typo

Diffstat:
Mchrome/content/zotero/xpcom/integration.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js @@ -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;