commit 48a852fb32a658ec28b2f488bf28f613b2ade4f5 parent 342e631beb79c9b71cc96ab6765aba79fd6db8dc Author: Simon Kornblith <simon@simonster.com> Date: Tue, 5 Nov 2013 23:22:20 -0500 Bind fulltext shutdown listener to this Diffstat:
| M | chrome/content/zotero/xpcom/fulltext.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/fulltext.js b/chrome/content/zotero/xpcom/fulltext.js @@ -117,7 +117,7 @@ Zotero.Fulltext = new function(){ } this.startContentProcessor(); - Zotero.addShutdownListener(this.stopContentProcessor); + Zotero.addShutdownListener(this.stopContentProcessor.bind(this)); }