Migrate old externs 2/x

This commit is contained in:
2026-06-14 05:53:32 +08:00
parent 8702d252ff
commit 77a1e5c22e
84 changed files with 489 additions and 401 deletions
+6 -3
View File
@@ -1,4 +1,7 @@
/** @constructor
* @extends {System.utils.IKey}
/**
* @constructor
* @extends {System.utils.IKey}
* @param {string} key
* @param {*} data
*/
System.utils.DataKey = function (){}
System.utils.DataKey = function(key, data) {};