forked from Botanical/BotanJS
8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
/**
|
|
* @constructor
|
|
* @extends {System.utils.IKey}
|
|
* @param {string} key
|
|
* @param {*} data
|
|
*/
|
|
System.utils.DataKey = function(key, data) {};
|