forked from Botanical/BotanJS
Migrate old externs 4/x
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @constructor */
|
||||
Astro.Bootstrap = function() {};
|
||||
|
||||
/** @type {Function} */
|
||||
Astro.Bootstrap.init;
|
||||
/** @type {function(): void} */
|
||||
Astro.Bootstrap.prototype.init;
|
||||
|
||||
/** @type {Function} */
|
||||
Astro.Bootstrap.regInit;
|
||||
/** @param {function(): void} callback */
|
||||
Astro.Bootstrap.prototype.regInit = function(callback) {};
|
||||
|
||||
Reference in New Issue
Block a user