forked from Botanical/BotanJS
Migrate old externs 7/x
This commit is contained in:
@@ -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() {};
|
||||
|
||||
Reference in New Issue
Block a user