mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
[API] Add JSDoc for MCT
This commit is contained in:
parent
ab5b1d3754
commit
6a23df9454
@ -17,6 +17,14 @@ define([
|
||||
Selection,
|
||||
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() {
|
||||
EventEmitter.call(this);
|
||||
this.legacyBundle = { extensions: {} };
|
||||
|
Loading…
Reference in New Issue
Block a user