penguin/AstroJS

Javascript framework for my blog

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

raw ยท 200 bytes

/** @constructor
 *  @extends {System.utils.IKey}
 */
System.utils.EventKey = function (){};

/** @type {String} */
System.utils.EventKey.type;

/** @type {Function} */
System.utils.EventKey.handler;