mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 05:08:15 +00:00
[API] Add JSDoc for MCT
This commit is contained in:
@ -17,6 +17,14 @@ define([
|
|||||||
Selection,
|
Selection,
|
||||||
objectUtils
|
objectUtils
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Open MCT application, an instance of which is exported
|
||||||
|
* by the `mct` module, or exposed as `mct` in the global scope if
|
||||||
|
* loaded via a script tag.
|
||||||
|
* @constructor MCT
|
||||||
|
* @augments {EventEmitter}
|
||||||
|
*/
|
||||||
function MCT() {
|
function MCT() {
|
||||||
EventEmitter.call(this);
|
EventEmitter.call(this);
|
||||||
this.legacyBundle = { extensions: {} };
|
this.legacyBundle = { extensions: {} };
|
||||||
|
Reference in New Issue
Block a user