penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/Dandelion.IDOMElement.js

raw ยท 950 bytes

/** @constructor */
Dandelion.IDOMElement = function (){}

/** @type {Function} */
Dandelion.IDOMElement.prototype.getDAttribute = function() {};
/** @type {Function} */
Dandelion.IDOMElement.prototype.setAttribute = function() {};
/** @type {Function} */
Dandelion.IDOMElement.prototype.loot = function() {};
/** @type {Function} */
Dandelion.IDOMElement.prototype.clear = function() {};
/** @type {Function} */
Dandelion.IDOMElement.prototype.foreach = function() {};
/** @type {Function} */
Dandelion.IDOMElement.prototype.first = function() {};
/** @type {Function} */
Dandelion.IDOMElement.prototype.last = function() {};
/** @type {Function} */
Dandelion.IDOMElement.prototype.contains = function() {};
/** @type {Function} */
Dandelion.IDOMElement.prototype.aKeys = function() {};
/** @type {HTMLElement} */
Dandelion.IDOMElement.prototype.element;
/** @type {function(): void} */
Dandelion.IDOMElement.prototype.reverseChild = function() {};