Bind fulltext shutdown listener to this

This commit is contained in:
Simon Kornblith 2013-11-05 23:22:20 -05:00
parent 342e631beb
commit 48a852fb32

View File

@ -117,7 +117,7 @@ Zotero.Fulltext = new function(){
}
this.startContentProcessor();
Zotero.addShutdownListener(this.stopContentProcessor);
Zotero.addShutdownListener(this.stopContentProcessor.bind(this));
}