mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 22:58:14 +00:00
[API] Rename module to openmct
This commit is contained in:
8
src/openmct.js
Normal file
8
src/openmct.js
Normal file
@ -0,0 +1,8 @@
|
||||
define(['./MCT'], function (MCT) {
|
||||
/**
|
||||
* @exports openmct
|
||||
*/
|
||||
var openmct = new MCT();
|
||||
|
||||
return openmct;
|
||||
});
|
Reference in New Issue
Block a user