forked from Botanical/BotanJS
Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/** @constructor */
|
||||
Dandelion.IDOMObject = function (){}
|
||||
|
||||
/** @type {Function} */
|
||||
Dandelion.IDOMObject.addEventListener;
|
||||
/** @type {Function} */
|
||||
Dandelion.IDOMObject.addEventListeners;
|
||||
/** @type {Function} */
|
||||
Dandelion.IDOMObject.hasListener;
|
||||
/** @type {Function} */
|
||||
Dandelion.IDOMObject.removeEventListener;
|
||||
Reference in New Issue
Block a user