mirror of
https://github.com/nasa/openmct.git
synced 2025-02-12 13:45:52 +00:00
[API] Restore JSDoc for openmct module
This commit is contained in:
parent
53974bd69a
commit
987d98b47e
@ -43,6 +43,15 @@ define([
|
|||||||
OverlayManager,
|
OverlayManager,
|
||||||
ViewRegistry
|
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 openmct = new MCT();
|
||||||
var overlayManager = new OverlayManager(window.document.body);
|
var overlayManager = new OverlayManager(window.document.body);
|
||||||
var actionRegistry = new Registry();
|
var actionRegistry = new Registry();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user