forked from Botanical/BotanJS
Migrate old externs 2/x
This commit is contained in:
@@ -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) {};
|
||||
|
||||
Reference in New Issue
Block a user