mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
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…
Add table
Reference in a new issue