From e8730f68798f173bd4d1c2f9b7ce02985e3fd771 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Fri, 1 Sep 2017 16:35:50 -0400 Subject: SpyBlock updated to 2.9.1 --- data/extensions/spyblock@gnu.org/lib/customizableUI.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/extensions/spyblock@gnu.org/lib/customizableUI.js') diff --git a/data/extensions/spyblock@gnu.org/lib/customizableUI.js b/data/extensions/spyblock@gnu.org/lib/customizableUI.js index ee250fa..3874256 100644 --- a/data/extensions/spyblock@gnu.org/lib/customizableUI.js +++ b/data/extensions/spyblock@gnu.org/lib/customizableUI.js @@ -1,6 +1,6 @@ /* * This file is part of Adblock Plus , - * Copyright (C) 2006-2015 Eyeo GmbH + * Copyright (C) 2006-2017 eyeo GmbH * * Adblock Plus is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as @@ -26,7 +26,7 @@ let {Utils} = require("utils"); // UI module has to be referenced lazily to avoid circular references XPCOMUtils.defineLazyGetter(this, "UI", () => require("ui").UI); -let widgets = Map(); +let widgets = new Map(); function getToolbox(/**Window*/ window, /**Widget*/ widget) /**Element*/ { -- cgit v1.2.3