botanjs/src/externs/BotanEvent.js
raw ยท 286 bytes
/** @constructor */
var BotanEvent = function (){};
/** @type {object} */
BotanEvent.data;
/** @type {Function} */
BotanEvent.propagate;
/** @type {Function} */
BotanEvent.stopPropagating;
/** @type {Boolean} */
BotanEvent.propagating;
/** @type {Function} */
BotanEvent.setTarget;