mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
[API] Expose MCT on openmct
This commit is contained in:
parent
e37510dbab
commit
33ced4bccf
@ -20,9 +20,7 @@ define([
|
||||
|
||||
/**
|
||||
* The Open MCT application.
|
||||
|
||||
* @constructor
|
||||
* @memberof module:openmct
|
||||
* @class MCT
|
||||
*/
|
||||
function MCT() {
|
||||
EventEmitter.call(this);
|
||||
|
@ -7,9 +7,11 @@ define(['./MCT', './api/Type'], function (MCT, Type) {
|
||||
*
|
||||
* @exports openmct
|
||||
* @borrows Type as Type
|
||||
* @borrows MCT as MCT
|
||||
*/
|
||||
var openmct = new MCT();
|
||||
|
||||
openmct.MCT = MCT;
|
||||
openmct.Type = Type;
|
||||
|
||||
return openmct;
|
||||
|
Loading…
Reference in New Issue
Block a user