From: Alexander Ebert Date: Tue, 23 Aug 2016 10:34:26 +0000 (+0200) Subject: Fixed dependencies X-Git-Tag: 3.0.0_Beta_1~575 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=002e3d1d4ef8567e1e4c95a73790bad9e722f086;p=GitHub%2FWoltLab%2FWCF.git Fixed dependencies --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js index 9e4c3091ab..5a5adab66d 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js @@ -1,3 +1,4 @@ +define(['Ajax', 'Environment', 'Ui/CloseOverlay'], function(Ajax, Environment, UiCloseOverlay) { "use strict"; var _dropdownContainer = null;