From 5d9d8ae953e1cfbb30bb065784012509cba4edc5 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 6 Jul 2015 19:12:56 -0400 Subject: [PATCH] Fix passed 'window' property in Zotero.ProgressWindow Though not currently used anywhere --- chrome/content/zotero/xpcom/progressWindow.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/progressWindow.js b/chrome/content/zotero/xpcom/progressWindow.js index 9bbea312f4..f5bf8779a2 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,