mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30:08 +00:00
Remove unused import in Ui/Chat.js
This commit is contained in:
parent
17468c9cf6
commit
931b01a4bf
@ -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
|
* Use of this software is governed by the Business Source License
|
||||||
* included in the LICENSE file.
|
* 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
|
* On the date above, in accordance with the Business Source
|
||||||
* License, use of this software will be governed by version 2
|
* License, use of this software will be governed by version 2
|
||||||
* or later of the General Public License.
|
* or later of the General Public License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define([ 'WoltLabSuite/Core/Environment'
|
define([ '../Ui' ], function (Ui) {
|
||||||
, '../Ui'
|
|
||||||
], function (Environment, Ui) {
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const DEPENDENCIES = [ 'UiAutoAway'
|
const DEPENDENCIES = [ 'UiAutoAway'
|
||||||
|
Loading…
Reference in New Issue
Block a user