mirror of
https://github.com/zotero/zotero.git
synced 2026-09-24 00:51:37 +00:00
Bind fulltext shutdown listener to this
This commit is contained in:
parent
342e631beb
commit
48a852fb32
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ Zotero.Fulltext = new function(){
|
|||
}
|
||||
|
||||
this.startContentProcessor();
|
||||
Zotero.addShutdownListener(this.stopContentProcessor);
|
||||
Zotero.addShutdownListener(this.stopContentProcessor.bind(this));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue