commit 5d9d8ae953e1cfbb30bb065784012509cba4edc5
parent 44269d89991719cfff5cc69a42b616cc85c27d82
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 6 Jul 2015 19:12:56 -0400
Fix passed 'window' property in Zotero.ProgressWindow
Though not currently used anywhere
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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,