Fix passed 'window' property in Zotero.ProgressWindow
Though not currently used anywhere
This commit is contained in:
parent
44269d8999
commit
5d9d8ae953
1 changed files with 1 additions and 2 deletions
|
@ -106,9 +106,8 @@ Zotero.ProgressWindowSet = new function() {
|
|||
*
|
||||
* Pass the active window into the constructor
|
||||
*/
|
||||
Zotero.ProgressWindow = function(_window){
|
||||
Zotero.ProgressWindow = function(_window = null) {
|
||||
var self = this,
|
||||
_window = null,
|
||||
_progressWindow = null,
|
||||
_windowLoaded = false,
|
||||
_windowLoading = false,
|
||||
|
|
Loading…
Reference in a new issue