From 62b3ee14ea22475d14f4c5430cc7e0c4aaa78eaf Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 9 Jan 2012 23:44:30 -0500 Subject: [PATCH] Fix typo --- chrome/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 index ff546191e..271b22557 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();