This commit is contained in:
Simon Kornblith 2012-01-09 23:44:30 -05:00
parent 7344473e45
commit 62b3ee14ea

View file

@ -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();