mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
[API] Expose MCT on openmct
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user