AstroJS/botanjs/src/externs/System.utils.EventKey.js
2015-08-14 18:12:10 +08:00

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;