From: Matthias Schmidt Date: Fri, 12 Mar 2021 15:54:07 +0000 (+0100) Subject: Deprecate `WCF.Table.EmptyTableHandler` X-Git-Tag: 5.4.0_Alpha_1~160^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2ead6bf654a6882ea8a74ba34ed88629baea46c2;p=GitHub%2FWoltLab%2FWCF.git Deprecate `WCF.Table.EmptyTableHandler` --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 76d33dbb94..ade000776f 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -3926,6 +3926,8 @@ WCF.Table = { }; /** * Handles empty tables which can be used in combination with WCF.Action.Proxy. + * + * @deprecated 5.4 - please use `WoltLabSuite/Core/Ui/Empty` instead */ WCF.Table.EmptyTableHandler = Class.extend({ /**