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