diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 7c9db4550..481d5f344 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -2033,7 +2033,7 @@ var ZoteroPane = new function() yield self.itemsView.selectItem(itemID, expand); } deferred.resolve(true); - }) + }, this) .catch(function(e) { deferred.reject(e); });