Initial commit

This commit is contained in:
2015-08-14 18:12:10 +08:00
parent f19f612fad
commit 4c93896df3
93 changed files with 4724 additions and 0 deletions
@@ -0,0 +1,23 @@
/** @constructor */
Dandelion.IDOMElement = function (){}
/** @type {Function} */
Dandelion.IDOMElement.getDAttribute;
/** @type {Function} */
Dandelion.IDOMElement.setAttribute;
/** @type {Function} */
Dandelion.IDOMElement.lootChildren;
/** @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;