forked from Botanical/BotanJS
23 lines
842 B
JavaScript
23 lines
842 B
JavaScript
(function(){
|
|
var ns = __namespace( "Astro.Build.Layout.MainFrame" );
|
|
|
|
var Dand = __import( "Dandelion" );
|
|
/** @type {Astro.Bootstrap} */
|
|
var Bootstrap = __import( "Astro.Bootstrap" );
|
|
/** @type {Dandelion.IDOMElement} */
|
|
var IDOMElement = __import( "Dandelion.IDOMElement" );
|
|
/** @type {Astro.Mechanism.CharacterCloud} */
|
|
var CharacterCloud = __import( "Astro.Mechanism.CharacterCloud" );
|
|
/** @type {Dandelion.Window} */
|
|
var wsupp = __import( "Dandelion.Window" );
|
|
|
|
// __import( "Dandelion.CSSReset" ); CSS_RESERVATION
|
|
// __import( "Dandelion.CSSAnimations" ); CSS_RESERVATION
|
|
|
|
var init = function ()
|
|
{
|
|
};
|
|
|
|
Bootstrap.regInit( init );
|
|
})();
|