From 48ee8490a54edce6c19e8c3cb2861c57c0270205 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 19 Nov 2024 12:02:14 +0100 Subject: [PATCH] Deprecate `WCF.System.ObjectStore` Because it is not (or no longer) used in the software. see #5974 --- wcfsetup/install/files/js/WCF.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 2b8d244e15..8aeb490afc 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -3883,6 +3883,8 @@ WCF.System.Dependency.Manager = { /** * Stores object references for global access. + * + * @deprecated 6.2 Not (or no longer) used in the software. */ WCF.System.ObjectStore = { /** -- 2.20.1