From: Alexander Ebert Date: Tue, 18 Aug 2020 14:56:29 +0000 (+0200) Subject: Cleaned up the dependencies X-Git-Tag: 5.3.0_Alpha_1~48^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ce872ad212d640fe39f5c3183e6288428ab881cf;p=GitHub%2FWoltLab%2FWCF.git Cleaned up the dependencies --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js index 5aad47ce22..fa330f3470 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js @@ -9,22 +9,29 @@ */ define( [ - 'Ajax', 'Core', 'Dictionary', 'Language', - 'ObjectMap', 'StringUtil', 'Dom/ChangeListener', 'Dom/Util', - 'Ui/Dialog', 'WoltLabSuite/Core/Ui/User/List', 'User', 'WoltLabSuite/Core/Ui/Reaction/CountButtons', - 'Ui/Alignment', 'Ui/CloseOverlay' + 'Ajax', + 'Core', + 'Dictionary', + 'Dom/ChangeListener', + 'Dom/Util', + 'Ui/Alignment', + 'Ui/CloseOverlay', + 'Ui/Screen', + 'WoltLabSuite/Core/Ui/Reaction/CountButtons', ], function( - Ajax, Core, Dictionary, Language, - ObjectMap, StringUtil, DomChangeListener, DomUtil, - UiDialog, UiUserList, User, CountButtons, - UiAlignment, UiCloseOverlay - ) - { + Ajax, + Core, + Dictionary, + DomChangeListener, + DomUtil, + UiAlignment, + UiCloseOverlay, + UiScreen, + CountButtons + ) { "use strict"; - var UiScreen = require('Ui/Screen'); - /** * @constructor */