26 lines
667 B
JavaScript
26 lines
667 B
JavaScript
/** @constructor */
|
|
Dandelion.IDOMElement = function (){}
|
|
|
|
/** @type {Function} */
|
|
Dandelion.IDOMElement.getDAttribute;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMElement.setAttribute;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMElement.loot;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMElement.clear;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMElement.foreach;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMElement.first;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMElement.last;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMElement.contains;
|
|
/** @type {Function} */
|
|
Dandelion.IDOMElement.aKeys;
|
|
/** @type {Element} */
|
|
Dandelion.IDOMElement.element;
|
|
/** @type {Element} */
|
|
Dandelion.IDOMElement.reverseChild;
|