diff --git a/chrome/content/zotero/xpcom/progressWindow.js b/chrome/content/zotero/xpcom/progressWindow.js index 9bbea312f..f5bf8779a 100644 --- a/chrome/content/zotero/xpcom/progressWindow.js +++ b/chrome/content/zotero/xpcom/progressWindow.js @@ -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,