www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 58edb3143ed83867a503eb4738442b2de20bcd33
parent ed047f06df3226ca9d998cb56d5020b0a1b15f02
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  8 Feb 2017 21:23:36 -0500

Update ProgressWindow constructor call after c00db272f

Diffstat:
Mchrome/content/zotero/zoteroPane.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js @@ -154,7 +154,7 @@ var ZoteroPane = new function() ZoteroPane_Local.setItemsPaneMessage(Zotero.getString('pane.items.loading')); // Add a default progress window - ZoteroPane_Local.progressWindow = new Zotero.ProgressWindow(window); + ZoteroPane_Local.progressWindow = new Zotero.ProgressWindow({ window }); //Initialize collections view ZoteroPane_Local.collectionsView = new Zotero.CollectionTreeView();