Fix typo
This commit is contained in:
parent
7344473e45
commit
62b3ee14ea
|
@ -390,7 +390,7 @@ Zotero.Integration = new function() {
|
||||||
|
|
||||||
// Call complete function if one exists
|
// Call complete function if one exists
|
||||||
if(doc.wrappedJSObject && doc.wrappedJSObject.complete) {
|
if(doc.wrappedJSObject && doc.wrappedJSObject.complete) {
|
||||||
doc.wrapped.JSObject.complete();
|
doc.wrappedJSObject.complete();
|
||||||
}
|
}
|
||||||
|
|
||||||
doc.activate();
|
doc.activate();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user