forked from Botanical/BotanJS
Migrate old externs 1/x
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
var Cycle = __import( "System.Cycle" );
|
||||
/** @type {System.utils.EventKey} */
|
||||
var EventKey = __import( "System.utils.EventKey" );
|
||||
/** @type {Dandelion} */
|
||||
/** @type {typeof Dandelion} */
|
||||
var Dand = __import( "Dandelion" );
|
||||
/** @type {Dandelion.IDOMElement} */
|
||||
/** @type {function(...?): Dandelion.IDOMElement} */
|
||||
var IDOMElement = __import( "Dandelion.IDOMElement" );
|
||||
|
||||
var Bubble = function () {
|
||||
|
||||
Reference in New Issue
Block a user