[API] Rename module to openmct

This commit is contained in:
Victor Woeltjen
2016-09-01 14:35:52 -07:00
parent 1e0fb3611d
commit ff2ec6690a
5 changed files with 25 additions and 28 deletions

8
src/openmct.js Normal file
View File

@ -0,0 +1,8 @@
define(['./MCT'], function (MCT) {
/**
* @exports openmct
*/
var openmct = new MCT();
return openmct;
});