forked from Botanical/BotanJS
12 lines
309 B
JavaScript
12 lines
309 B
JavaScript
/** @constructor */
|
|
Dandelion.IDOMObject = function (){}
|
|
|
|
/** @type {Function} */
|
|
Dandelion.IDOMObject.addEventListener;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMObject.addEventListeners;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMObject.hasListener;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMObject.removeEventListener;
|