mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[JSDoc] Add annotations
Bulk-add JSDoc annotations, WTD-1482.
This commit is contained in:
@ -38,6 +38,7 @@ define(
|
||||
* framework needs to wait until all extensions have been loaded
|
||||
* and registered.
|
||||
*
|
||||
* @memberof platform/framework
|
||||
* @constructor
|
||||
*/
|
||||
function ApplicationBootstrapper(angular, document, $log) {
|
||||
@ -49,6 +50,7 @@ define(
|
||||
* @memberof ApplicationBootstrapper#
|
||||
* @param {angular.Module} app the Angular application to
|
||||
* bootstrap
|
||||
* @memberof platform/framework.ApplicationBootstrapper#
|
||||
*/
|
||||
bootstrap: function (app) {
|
||||
$log.info("Bootstrapping application " + (app || {}).name);
|
||||
@ -61,4 +63,4 @@ define(
|
||||
|
||||
return ApplicationBootstrapper;
|
||||
}
|
||||
);
|
||||
);
|
||||
|
Reference in New Issue
Block a user