commit 62b3ee14ea22475d14f4c5430cc7e0c4aaa78eaf parent 7344473e453bf7d4474f1ed72e729efdca63605a Author: Simon Kornblith <simon@simonster.com> Date: Mon, 9 Jan 2012 23:44:30 -0500 Fix typo Diffstat:
| M | 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 @@ -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();