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:
ecddb28
)
Deprecate `WCF.Dictionary`
author
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:07:49 +0000
(12:07 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Tue, 19 Nov 2024 11:07:49 +0000
(12:07 +0100)
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 6c2595152bfc058557aa83a1b1e7f4e1f132448b..04a6bf7e4a430e836591bc1e642bf54d39b33765 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-1757,6
+1757,7
@@
WCF.Date = {};
* Hash-like dictionary. Based upon idead from Prototype's hash
*
* @see https://github.com/sstephenson/prototype/blob/master/src/prototype/lang/hash.js
+ * @deprecated 6.2 Use `WoltLabSuite/Core/Dictionary` instead.
*/
WCF.Dictionary = Class.extend({
/**