forked from Botanical/BotanJS
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
|
/** @constructor
|
||
|
* @extends {System.utils.IKey}
|
||
|
*/
|
||
|
System.utils.DataKey = function (){}
|