From 931b01a4bfcf1f7ec575049365d758d9721586ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 31 Oct 2020 19:05:01 +0100 Subject: [PATCH] Remove unused import in Ui/Chat.js --- files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js b/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js index 7feea28..5b73f91 100644 --- a/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js +++ b/files_wcf/js/Bastelstu.be/Chat/Ui/Chat.js @@ -1,19 +1,17 @@ /* - * Copyright (c) 2010-2018 Tim Düsterhus. + * Copyright (c) 2010-2020 Tim Düsterhus. * * Use of this software is governed by the Business Source License * included in the LICENSE file. * - * Change Date: 2024-10-20 + * Change Date: 2024-10-31 * * On the date above, in accordance with the Business Source * License, use of this software will be governed by version 2 * or later of the General Public License. */ -define([ 'WoltLabSuite/Core/Environment' - , '../Ui' - ], function (Environment, Ui) { +define([ '../Ui' ], function (Ui) { "use strict"; const DEPENDENCIES = [ 'UiAutoAway'