diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index ff546191e7..271b22557b 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -390,7 +390,7 @@ Zotero.Integration = new function() { // Call complete function if one exists if(doc.wrappedJSObject && doc.wrappedJSObject.complete) { - doc.wrapped.JSObject.complete(); + doc.wrappedJSObject.complete(); } doc.activate();