forked from Botanical/BotanJS
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
/** @constructor */
|
|
Astro.Bootstrap = function() {};
|
|
|
|
/** @type {Function} */
|
|
Astro.Bootstrap.init;
|
|
|
|
/** @type {Function} */
|
|
Astro.Bootstrap.regInit;
|