Migrate old externs 7/x

This commit is contained in:
2026-06-16 08:33:04 +08:00
parent 3bc6957677
commit c2fb5b205a
51 changed files with 390 additions and 317 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
/** @constructor */
Dandelion.IDOMElement = function (){}
/** @constructor
* @extends {Dandelion.IDOMObject}
* @param {*} el
* @param {boolean} sw
*/
Dandelion.IDOMElement = function (el, sw){}
/** @type {Function} */
Dandelion.IDOMElement.prototype.getDAttribute = function() {};