Migrate old externs 1/x

This commit is contained in:
2026-06-12 04:52:10 +08:00
parent f532ada7c4
commit c98fcfb640
61 changed files with 140 additions and 140 deletions
+13 -13
View File
@@ -2,24 +2,24 @@
Dandelion.IDOMElement = function (){}
/** @type {Function} */
Dandelion.IDOMElement.getDAttribute;
Dandelion.IDOMElement.prototype.getDAttribute = function() {};
/** @type {Function} */
Dandelion.IDOMElement.setAttribute;
Dandelion.IDOMElement.prototype.setAttribute = function() {};
/** @type {Function} */
Dandelion.IDOMElement.loot;
Dandelion.IDOMElement.prototype.loot = function() {};
/** @type {Function} */
Dandelion.IDOMElement.clear;
Dandelion.IDOMElement.prototype.clear = function() {};
/** @type {Function} */
Dandelion.IDOMElement.foreach;
Dandelion.IDOMElement.prototype.foreach = function() {};
/** @type {Function} */
Dandelion.IDOMElement.first;
Dandelion.IDOMElement.prototype.first = function() {};
/** @type {Function} */
Dandelion.IDOMElement.last;
Dandelion.IDOMElement.prototype.last = function() {};
/** @type {Function} */
Dandelion.IDOMElement.contains;
Dandelion.IDOMElement.prototype.contains = function() {};
/** @type {Function} */
Dandelion.IDOMElement.aKeys;
/** @type {Element} */
Dandelion.IDOMElement.element;
/** @type {Element} */
Dandelion.IDOMElement.reverseChild;
Dandelion.IDOMElement.prototype.aKeys = function() {};
/** @type {HTMLElement} */
Dandelion.IDOMElement.prototype.element;
/** @type {function(): void} */
Dandelion.IDOMElement.prototype.reverseChild = function() {};