Fix typo
This commit is contained in:
parent
7344473e45
commit
62b3ee14ea
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue