mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
[API] Restore JSDoc for openmct module
This commit is contained in:
parent
53974bd69a
commit
987d98b47e
@ -43,6 +43,15 @@ define([
|
||||
OverlayManager,
|
||||
ViewRegistry
|
||||
) {
|
||||
|
||||
/**
|
||||
* Open MCT is an extensible web application for building mission
|
||||
* control user interfaces. This module is itself an instance of
|
||||
* [MCT]{@link module:openmct.MCT}, which provides an interface for
|
||||
* configuring and executing the application.
|
||||
*
|
||||
* @exports openmct
|
||||
*/
|
||||
var openmct = new MCT();
|
||||
var overlayManager = new OverlayManager(window.document.body);
|
||||
var actionRegistry = new Registry();
|
||||
|
Loading…
Reference in New Issue
Block a user