Fix passed 'window' property in Zotero.ProgressWindow

Though not currently used anywhere
This commit is contained in:
Dan Stillman 2015-07-06 19:12:56 -04:00
parent 44269d8999
commit 5d9d8ae953

View File

@ -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,