AstroJS/botanjs/src/externs/System.utils.EventKey.js

11 lines
200 B
JavaScript
Raw Normal View History

2015-08-14 10:12:10 +00:00
/** @constructor
* @extends {System.utils.IKey}
*/
System.utils.EventKey = function (){};
/** @type {String} */
System.utils.EventKey.type;
/** @type {Function} */
System.utils.EventKey.handler;