Deprecate `WCF.Dictionary`
authorMarcel Werk <burntime@woltlab.com>
Tue, 19 Nov 2024 11:07:49 +0000 (12:07 +0100)
committerMarcel Werk <burntime@woltlab.com>
Tue, 19 Nov 2024 11:07:49 +0000 (12:07 +0100)
see #5974

wcfsetup/install/files/js/WCF.js

index 6c2595152bfc058557aa83a1b1e7f4e1f132448b..04a6bf7e4a430e836591bc1e642bf54d39b33765 100755 (executable)
@@ -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({
        /**