IDOMElement: added clear, renamed lootChildren

This commit is contained in:
2016-05-25 12:15:36 +08:00
parent 6c9011f92c
commit 866bf6db28
2 changed files with 21 additions and 11 deletions

View File

@@ -6,7 +6,9 @@ Dandelion.IDOMElement.getDAttribute;
/** @type {Function} */
Dandelion.IDOMElement.setAttribute;
/** @type {Function} */
Dandelion.IDOMElement.lootChildren;
Dandelion.IDOMElement.loot;
/** @type {Function} */
Dandelion.IDOMElement.clear;
/** @type {Function} */
Dandelion.IDOMElement.foreach;
/** @type {Function} */