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:
abf1a3c
)
Deprecate `WCF.Action.SimpleProxy`
author
Marcel Werk
<burntime@woltlab.com>
Mon, 18 Nov 2024 16:54:12 +0000
(17:54 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 18 Nov 2024 16:54:12 +0000
(17:54 +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 de52c16fabd5c34181a99916c0719a8ebeda8f41..aa89b9e806f92f9b43c5f220b93977e13f16602f 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-1240,6
+1240,7
@@
WCF.Action.Proxy = Class.extend({
*
* @param object options
* @param object callbacks
+ * @deprecated 6.2 Not (or no longer) used in the software.
*/
WCF.Action.SimpleProxy = Class.extend({
/**