botanjs/src/externs/Dandelion.IDOMObject.js
raw ยท 309 bytes
/** @constructor */
Dandelion.IDOMObject = function (){}
/** @type {Function} */
Dandelion.IDOMObject.addEventListener;
/** @type {Function} */
Dandelion.IDOMObject.addEventListeners;
/** @type {Function} */
Dandelion.IDOMObject.hasListener;
/** @type {Function} */
Dandelion.IDOMObject.removeEventListener;