Update ProgressWindow constructor call after c00db272f
This commit is contained in:
parent
ed047f06df
commit
58edb3143e
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue