projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d01cc65
)
Deprecate `WCF.System.ObjectStore`
author
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:02:14 +0000
(12:02 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:02:14 +0000
(12:02 +0100)
Because it is not (or no longer) used in the software.
see #5974
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 2b8d244e1565ddf9a127f43112f047c147a444e4..8aeb490afc8b7923f7979a4171fcc34dd2155240 100755
(executable)
--- 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 = {
/**