AstroJS/botanjs/src/externs/Astro.Bootstrap.js

9 lines
150 B
JavaScript
Raw Normal View History

2015-08-14 13:06:23 +00:00
/** @constructor */
Astro.Bootstrap = function() {};
/** @type {Function} */
Astro.Bootstrap.init;
/** @type {Function} */
Astro.Bootstrap.regInit;