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:
d8f0b2e
)
Deprecate `WCF.System.Dependency.Manager` (#3879)
author
Matthias Schmidt
<gravatronics@live.com>
Mon, 18 Jan 2021 16:02:54 +0000
(17:02 +0100)
committer
GitHub
<noreply@github.com>
Mon, 18 Jan 2021 16:02:54 +0000
(17:02 +0100)
It has not been actively used for a very long time, see
d1d6845c77fd7cde7558d0defd71ab7947643fe7
.
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 9e80380a4ac28ebbdb8ea29eb28ba49e2a90918d..1e44bace81cfbe9b656d46094d7647e1dae5c91f 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-4667,6
+4667,8
@@
WCF.System.Dependency = { };
/**
* JavaScript Dependency Manager.
+ *
+ * @deprecated 5.4 - use `WoltLabSuite/Core/Event/Handler`
*/
WCF.System.Dependency.Manager = {
/**