forked from Botanical/BotanJS
11 lines
200 B
JavaScript
11 lines
200 B
JavaScript
/** @constructor
|
|
* @extends {System.utils.IKey}
|
|
*/
|
|
System.utils.EventKey = function (){};
|
|
|
|
/** @type {String} */
|
|
System.utils.EventKey.type;
|
|
|
|
/** @type {Function} */
|
|
System.utils.EventKey.handler;
|