Bind fulltext shutdown listener to this
This commit is contained in:
parent
342e631beb
commit
48a852fb32
|
@ -117,7 +117,7 @@ Zotero.Fulltext = new function(){
|
|||
}
|
||||
|
||||
this.startContentProcessor();
|
||||
Zotero.addShutdownListener(this.stopContentProcessor);
|
||||
Zotero.addShutdownListener(this.stopContentProcessor.bind(this));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user